Package com.ibm.ws.javaee.dd.jsp
Interface JSPConfig
-
public interface JSPConfig
Represents the jsp-configType type from the jsp XSD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JSPPropertyGroup>
getJSPPropertyGroups()
java.util.List<Taglib>
getTaglibs()
-
-
-
Method Detail
-
getTaglibs
java.util.List<Taglib> getTaglibs()
- Returns:
- <taglib> as a read-only list
-
getJSPPropertyGroups
java.util.List<JSPPropertyGroup> getJSPPropertyGroups()
- Returns:
- <jsp-property-group> as a read-only list
-
-