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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return JspPropertyGroupType
 JspPropertyGroupType<T> JspPropertyGroupType.buffer(String buffer)
          Sets the buffer element
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.createJspPropertyGroup()
          Creates a new jsp-property-group element
 JspPropertyGroupType<T> JspPropertyGroupType.defaultContentType(String defaultContentType)
          Sets the default-content-type element
 JspPropertyGroupType<T> JspPropertyGroupType.deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
          Sets the deferred-syntax-allowed-as-literal element
 JspPropertyGroupType<T> JspPropertyGroupType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 JspPropertyGroupType<T> JspPropertyGroupType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JspPropertyGroupType<T> JspPropertyGroupType.elIgnored(Boolean elIgnored)
          Sets the el-ignored element
 JspPropertyGroupType<T> JspPropertyGroupType.errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
          Sets the error-on-undeclared-namespace element
 JspPropertyGroupType<JspConfigType<T>> JspConfigType.getOrCreateJspPropertyGroup()
          If not already created, a new jsp-property-group element will be created and returned.
 JspPropertyGroupType<T> JspPropertyGroupType.id(String id)
          Sets the id attribute
 JspPropertyGroupType<T> JspPropertyGroupType.includeCoda(String... values)
          Creates for all String objects representing include-coda elements, a new include-coda element
 JspPropertyGroupType<T> JspPropertyGroupType.includePrelude(String... values)
          Creates for all String objects representing include-prelude elements, a new include-prelude element
 JspPropertyGroupType<T> JspPropertyGroupType.isXml(Boolean isXml)
          Sets the is-xml element
 JspPropertyGroupType<T> JspPropertyGroupType.pageEncoding(String pageEncoding)
          Sets the page-encoding 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.removeId()
          Removes the id attribute
 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.scriptingInvalid(Boolean scriptingInvalid)
          Sets the scripting-invalid element
 JspPropertyGroupType<T> JspPropertyGroupType.trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
          Sets the trim-directive-whitespaces element
 JspPropertyGroupType<T> JspPropertyGroupType.urlPattern(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
 IconType<JspPropertyGroupType<T>> JspPropertyGroupType.createIcon()
          Creates a new icon element
 List<IconType<JspPropertyGroupType<T>>> JspPropertyGroupType.getAllIcon()
          Returns all icon elements
 List<JspPropertyGroupType<JspConfigType<T>>> JspConfigType.getAllJspPropertyGroup()
          Returns all jsp-property-group elements
 IconType<JspPropertyGroupType<T>> JspPropertyGroupType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.