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