ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.createJspPropertyGroup()
          Creates a new jsp-property-group element
 TaglibType<JspConfigType<T>> JspConfigType.createTaglib()
          Creates a new taglib element
 List<JspPropertyGroupType<JspConfigType<T>>> JspConfigType.getAllJspPropertyGroup()
          Returns all jsp-property-group elements
 List<TaglibType<JspConfigType<T>>> JspConfigType.getAllTaglib()
          Returns all taglib elements
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.getOrCreateJspPropertyGroup()
          If not already created, a new jsp-property-group element will be created and returned.
 TaglibType<JspConfigType<T>> JspConfigType.getOrCreateTaglib()
          If not already created, a new taglib element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return JspConfigType
 JspConfigType<WebAppDescriptor> WebAppDescriptor.createJspConfig()
          Creates a new jsp-config element
 JspConfigType<WebAppDescriptor> WebAppDescriptor.getOrCreateJspConfig()
          If not already created, a new jsp-config element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type JspConfigType
 List<JspConfigType<WebAppDescriptor>> WebAppDescriptor.getAllJspConfig()
          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.createJspConfig()
          Creates a new jsp-config element
 JspConfigType<WebAppType<T>> WebAppType.createJspConfig()
          Creates a new jsp-config element
 JspConfigType<WebFragmentType<T>> WebFragmentType.getOrCreateJspConfig()
          If not already created, a new jsp-config element will be created and returned.
 JspConfigType<WebAppType<T>> WebAppType.getOrCreateJspConfig()
          If not already created, a new jsp-config element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type JspConfigType
 List<JspConfigType<WebFragmentType<T>>> WebFragmentType.getAllJspConfig()
          Returns all jsp-config elements
 List<JspConfigType<WebAppType<T>>> WebAppType.getAllJspConfig()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createJspConfig()
          Creates a new jsp-config element
 JspConfigType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateJspConfig()
          If not already created, a new jsp-config element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.