Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsp22.JspConfigType

Packages that use JspConfigType
org.jboss.shrinkwrap.descriptor.api.jsp22 Provides the interfaces and enumeration types as defined in the schema jsp_2_2.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.jsp22 Provides the implementation classes as defined in the schema jsp_2_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.api.jsp22
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return JspConfigType
 JspConfigType<T> JspConfigType.removeAllJspPropertyGroup()
          Removes all jsp-property-group elements
 JspConfigType<T> JspConfigType.removeAllTaglib()
          Removes all taglib elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return types with arguments of type JspConfigType
 java.util.List<JspPropertyGroupType<JspConfigType<T>>> JspConfigType.getJspPropertyGroupList()
          Returns all jsp-property-group elements
 java.util.List<TaglibType<JspConfigType<T>>> JspConfigType.getTaglibList()
          Returns all taglib elements
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.jspPropertyGroup()
          Returns the jsp-property-group element
 TaglibType<JspConfigType<T>> JspConfigType.taglib()
          Returns the taglib element
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return JspConfigType
 JspConfigType<WebApp30Descriptor> WebApp30Descriptor.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebApp30Descriptor>> WebApp30Descriptor.getJspConfigList()
          Returns all jsp-config elements
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return JspConfigType
 JspConfigType<WebFragmentType<T>> WebFragmentType.jspConfig()
          Returns the jsp-config element
 JspConfigType<WebAppType<T>> WebAppType.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebFragmentType<T>>> WebFragmentType.getJspConfigList()
          Returns all jsp-config elements
 java.util.List<JspConfigType<WebAppType<T>>> WebAppType.getJspConfigList()
          Returns all jsp-config elements
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return JspConfigType
 JspConfigType<WebFragment30Descriptor> WebFragment30Descriptor.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebFragment30Descriptor>> WebFragment30Descriptor.getJspConfigList()
          Returns all jsp-config elements
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.impl.jsp22
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jsp22 that implement JspConfigType
 class JspConfigTypeImpl<T>
          This class implements the jsp-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return JspConfigType
 JspConfigType<T> JspConfigTypeImpl.removeAllJspPropertyGroup()
          Removes all jsp-property-group elements
 JspConfigType<T> JspConfigTypeImpl.removeAllTaglib()
          Removes all taglib elements
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return types with arguments of type JspConfigType
 java.util.List<JspPropertyGroupType<JspConfigType<T>>> JspConfigTypeImpl.getJspPropertyGroupList()
          Returns all jsp-property-group elements
 java.util.List<TaglibType<JspConfigType<T>>> JspConfigTypeImpl.getTaglibList()
          Returns all taglib elements
 JspPropertyGroupType<JspConfigType<T>> JspConfigTypeImpl.jspPropertyGroup()
          Returns the jsp-property-group element
 TaglibType<JspConfigType<T>> JspConfigTypeImpl.taglib()
          Returns the taglib element
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return JspConfigType
 JspConfigType<WebApp30Descriptor> WebApp30DescriptorImpl.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebApp30Descriptor>> WebApp30DescriptorImpl.getJspConfigList()
          Returns all jsp-config elements
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return JspConfigType
 JspConfigType<WebFragmentType<T>> WebFragmentTypeImpl.jspConfig()
          Returns the jsp-config element
 JspConfigType<WebAppType<T>> WebAppTypeImpl.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebFragmentType<T>>> WebFragmentTypeImpl.getJspConfigList()
          Returns all jsp-config elements
 java.util.List<JspConfigType<WebAppType<T>>> WebAppTypeImpl.getJspConfigList()
          Returns all jsp-config elements
 

Uses of JspConfigType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return JspConfigType
 JspConfigType<WebFragment30Descriptor> WebFragment30DescriptorImpl.jspConfig()
          Returns the jsp-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type JspConfigType
 java.util.List<JspConfigType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getJspConfigList()
          Returns all jsp-config elements