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

Packages that use JspPropertyGroupType
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.impl.jsp22 Provides the implementation classes as defined in the schema jsp_2_2.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return JspPropertyGroupType
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.jspPropertyGroup()
          Returns the jsp-property-group element
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllDescription()
          Removes the description element
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllDisplayName()
          Removes the display-name element
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllIcon()
          Removes all icon elements
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllIncludeCoda()
          Removes the include-coda element
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllIncludePrelude()
          Removes the include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupType.removeAllUrlPattern()
          Removes the url-pattern element
 JspPropertyGroupType<T> JspPropertyGroupType.removeBuffer()
          Removes the buffer element
 JspPropertyGroupType<T> JspPropertyGroupType.removeDefaultContentType()
          Removes the default-content-type element
 JspPropertyGroupType<T> JspPropertyGroupType.removeDeferredSyntaxAllowedAsLiteral()
          Removes the deferred-syntax-allowed-as-literal element
 JspPropertyGroupType<T> JspPropertyGroupType.removeElIgnored()
          Removes the el-ignored element
 JspPropertyGroupType<T> JspPropertyGroupType.removeErrorOnUndeclaredNamespace()
          Removes the error-on-undeclared-namespace element
 JspPropertyGroupType<T> JspPropertyGroupType.removeIsXml()
          Removes the is-xml element
 JspPropertyGroupType<T> JspPropertyGroupType.removePageEncoding()
          Removes the page-encoding element
 JspPropertyGroupType<T> JspPropertyGroupType.removeScriptingInvalid()
          Removes the scripting-invalid element
 JspPropertyGroupType<T> JspPropertyGroupType.removeTrimDirectiveWhitespaces()
          Removes the trim-directive-whitespaces element
 JspPropertyGroupType<T> JspPropertyGroupType.setBuffer(java.lang.String buffer)
          If not already created, a new buffer element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setDefaultContentType(java.lang.String defaultContentType)
          If not already created, a new default-content-type element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean deferredSyntaxAllowedAsLiteral)
          If not already created, a new deferred-syntax-allowed-as-literal element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setDescription(java.lang.String description)
          Creates a new description element
 JspPropertyGroupType<T> JspPropertyGroupType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JspPropertyGroupType<T> JspPropertyGroupType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 JspPropertyGroupType<T> JspPropertyGroupType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JspPropertyGroupType<T> JspPropertyGroupType.setElIgnored(java.lang.Boolean elIgnored)
          If not already created, a new el-ignored element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setErrorOnUndeclaredNamespace(java.lang.Boolean errorOnUndeclaredNamespace)
          If not already created, a new error-on-undeclared-namespace element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setIncludeCoda(java.lang.String includeCoda)
          Creates a new include-coda element
 JspPropertyGroupType<T> JspPropertyGroupType.setIncludeCodaList(java.lang.String... values)
          Creates for all String objects representing include-coda elements, a new include-coda element
 JspPropertyGroupType<T> JspPropertyGroupType.setIncludePrelude(java.lang.String includePrelude)
          Creates a new include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupType.setIncludePreludeList(java.lang.String... values)
          Creates for all String objects representing include-prelude elements, a new include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupType.setIsXml(java.lang.Boolean isXml)
          If not already created, a new is-xml element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setPageEncoding(java.lang.String pageEncoding)
          If not already created, a new page-encoding element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setScriptingInvalid(java.lang.Boolean scriptingInvalid)
          If not already created, a new scripting-invalid element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setTrimDirectiveWhitespaces(java.lang.Boolean trimDirectiveWhitespaces)
          If not already created, a new trim-directive-whitespaces element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupType.setUrlPattern(java.lang.String urlPattern)
          Creates a new url-pattern element
 JspPropertyGroupType<T> JspPropertyGroupType.setUrlPatternList(java.lang.String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jsp22 that implement JspPropertyGroupType
 class JspPropertyGroupTypeImpl<T>
          This class implements the jsp-property-groupType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return JspPropertyGroupType
 JspPropertyGroupType<JspConfigType<T>> JspConfigTypeImpl.jspPropertyGroup()
          Returns the jsp-property-group element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllDescription()
          Removes the description element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllDisplayName()
          Removes the display-name element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllIcon()
          Removes all icon elements
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllIncludeCoda()
          Removes the include-coda element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllIncludePrelude()
          Removes the include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeAllUrlPattern()
          Removes the url-pattern element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeBuffer()
          Removes the buffer element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeDefaultContentType()
          Removes the default-content-type element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeDeferredSyntaxAllowedAsLiteral()
          Removes the deferred-syntax-allowed-as-literal element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeElIgnored()
          Removes the el-ignored element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeErrorOnUndeclaredNamespace()
          Removes the error-on-undeclared-namespace element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeIsXml()
          Removes the is-xml element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removePageEncoding()
          Removes the page-encoding element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeScriptingInvalid()
          Removes the scripting-invalid element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.removeTrimDirectiveWhitespaces()
          Removes the trim-directive-whitespaces element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setBuffer(java.lang.String buffer)
          If not already created, a new buffer element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDefaultContentType(java.lang.String defaultContentType)
          If not already created, a new default-content-type element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean deferredSyntaxAllowedAsLiteral)
          If not already created, a new deferred-syntax-allowed-as-literal element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setElIgnored(java.lang.Boolean elIgnored)
          If not already created, a new el-ignored element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setErrorOnUndeclaredNamespace(java.lang.Boolean errorOnUndeclaredNamespace)
          If not already created, a new error-on-undeclared-namespace element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setIncludeCoda(java.lang.String includeCoda)
          Creates a new include-coda element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setIncludeCodaList(java.lang.String... values)
          Creates for all String objects representing include-coda elements, a new include-coda element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setIncludePrelude(java.lang.String includePrelude)
          Creates a new include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setIncludePreludeList(java.lang.String... values)
          Creates for all String objects representing include-prelude elements, a new include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setIsXml(java.lang.Boolean isXml)
          If not already created, a new is-xml element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setPageEncoding(java.lang.String pageEncoding)
          If not already created, a new page-encoding element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setScriptingInvalid(java.lang.Boolean scriptingInvalid)
          If not already created, a new scripting-invalid element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setTrimDirectiveWhitespaces(java.lang.Boolean trimDirectiveWhitespaces)
          If not already created, a new trim-directive-whitespaces element with the given value will be created.
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setUrlPattern(java.lang.String urlPattern)
          Creates a new url-pattern element
 JspPropertyGroupType<T> JspPropertyGroupTypeImpl.setUrlPatternList(java.lang.String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 

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