Package com.ibm.ws.javaee.dd.jsp
Interface JSPConfig
public interface JSPConfig
Represents the jsp-configType type from the jsp XSD.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTaglibs
- Returns:
- <taglib> as a read-only list
-
getJSPPropertyGroups
List<JSPPropertyGroup> getJSPPropertyGroups()- Returns:
- <jsp-property-group> as a read-only list
-