|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jsp22.JspPropertyGroupTypeImpl<T>
public class JspPropertyGroupTypeImpl<T>
This class implements the jsp-property-groupType
xsd type
Original Documentation:
The jsp-property-groupType is used to group a number of
files so they can be given global property information.
All files so described are deemed to be JSP files. The
following additional properties can be described:
- Control whether EL is ignored.
- Control whether scripting elements are invalid.
- Indicate pageEncoding information.
- Indicate that a resource is a JSP document (XML).
- Prelude and Coda automatic includes.
- Control whether the character sequence #{ is allowed
when used as a String literal.
- Control whether template text containing only
whitespaces must be removed from the response output.
- Indicate the default contentType information.
- Indicate the default buffering model for JspWriter
- Control whether error should be raised for the use of
undeclared namespaces in a JSP page.
Constructor Summary | |
---|---|
JspPropertyGroupTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
JspPropertyGroupTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getBuffer()
Returns the buffer element |
java.lang.String |
getDefaultContentType()
Returns the default-content-type element |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<IconType<JspPropertyGroupType<T>>> |
getIconList()
Returns all icon elements |
java.util.List<java.lang.String> |
getIncludeCodaList()
Returns all include-coda elements |
java.util.List<java.lang.String> |
getIncludePreludeList()
Returns all include-prelude elements |
java.lang.String |
getPageEncoding()
Returns the page-encoding element |
java.util.List<java.lang.String> |
getUrlPatternList()
Returns all url-pattern elements |
IconType<JspPropertyGroupType<T>> |
icon()
Returns the icon element |
java.lang.Boolean |
isDeferredSyntaxAllowedAsLiteral()
Returns the deferred-syntax-allowed-as-literal element |
java.lang.Boolean |
isElIgnored()
Returns the el-ignored element |
java.lang.Boolean |
isErrorOnUndeclaredNamespace()
Returns the error-on-undeclared-namespace element |
java.lang.Boolean |
isIsXml()
Returns the is-xml element |
java.lang.Boolean |
isScriptingInvalid()
Returns the scripting-invalid element |
java.lang.Boolean |
isTrimDirectiveWhitespaces()
Returns the trim-directive-whitespaces element |
JspPropertyGroupType<T> |
removeAllDescription()
Removes the description element |
JspPropertyGroupType<T> |
removeAllDisplayName()
Removes the display-name element |
JspPropertyGroupType<T> |
removeAllIcon()
Removes all icon elements |
JspPropertyGroupType<T> |
removeAllIncludeCoda()
Removes the include-coda element |
JspPropertyGroupType<T> |
removeAllIncludePrelude()
Removes the include-prelude element |
JspPropertyGroupType<T> |
removeAllUrlPattern()
Removes the url-pattern element |
JspPropertyGroupType<T> |
removeBuffer()
Removes the buffer element |
JspPropertyGroupType<T> |
removeDefaultContentType()
Removes the default-content-type element |
JspPropertyGroupType<T> |
removeDeferredSyntaxAllowedAsLiteral()
Removes the deferred-syntax-allowed-as-literal element |
JspPropertyGroupType<T> |
removeElIgnored()
Removes the el-ignored element |
JspPropertyGroupType<T> |
removeErrorOnUndeclaredNamespace()
Removes the error-on-undeclared-namespace element |
JspPropertyGroupType<T> |
removeIsXml()
Removes the is-xml element |
JspPropertyGroupType<T> |
removePageEncoding()
Removes the page-encoding element |
JspPropertyGroupType<T> |
removeScriptingInvalid()
Removes the scripting-invalid element |
JspPropertyGroupType<T> |
removeTrimDirectiveWhitespaces()
Removes the trim-directive-whitespaces element |
JspPropertyGroupType<T> |
setBuffer(java.lang.String buffer)
If not already created, a new buffer element with the given value will be created. |
JspPropertyGroupType<T> |
setDefaultContentType(java.lang.String defaultContentType)
If not already created, a new default-content-type element with the given value will be created. |
JspPropertyGroupType<T> |
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> |
setDescription(java.lang.String description)
Creates a new description element |
JspPropertyGroupType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
JspPropertyGroupType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
JspPropertyGroupType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
JspPropertyGroupType<T> |
setElIgnored(java.lang.Boolean elIgnored)
If not already created, a new el-ignored element with the given value will be created. |
JspPropertyGroupType<T> |
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> |
setIncludeCoda(java.lang.String includeCoda)
Creates a new include-coda element |
JspPropertyGroupType<T> |
setIncludeCodaList(java.lang.String... values)
Creates for all String objects representing include-coda elements,
a new include-coda element |
JspPropertyGroupType<T> |
setIncludePrelude(java.lang.String includePrelude)
Creates a new include-prelude element |
JspPropertyGroupType<T> |
setIncludePreludeList(java.lang.String... values)
Creates for all String objects representing include-prelude elements,
a new include-prelude element |
JspPropertyGroupType<T> |
setIsXml(java.lang.Boolean isXml)
If not already created, a new is-xml element with the given value will be created. |
JspPropertyGroupType<T> |
setPageEncoding(java.lang.String pageEncoding)
If not already created, a new page-encoding element with the given value will be created. |
JspPropertyGroupType<T> |
setScriptingInvalid(java.lang.Boolean scriptingInvalid)
If not already created, a new scripting-invalid element with the given value will be created. |
JspPropertyGroupType<T> |
setTrimDirectiveWhitespaces(java.lang.Boolean trimDirectiveWhitespaces)
If not already created, a new trim-directive-whitespaces element with the given value will be created. |
JspPropertyGroupType<T> |
setUrlPattern(java.lang.String urlPattern)
Creates a new url-pattern element |
JspPropertyGroupType<T> |
setUrlPatternList(java.lang.String... values)
Creates for all String objects representing url-pattern elements,
a new url-pattern element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspPropertyGroupTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public JspPropertyGroupTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public JspPropertyGroupType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface JspPropertyGroupType<T>
list
- of description
objects
JspPropertyGroupType
public JspPropertyGroupType<T> removeAllDescription()
description
element
removeAllDescription
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface JspPropertyGroupType<T>
description
public JspPropertyGroupType<T> setDisplayName(java.lang.String displayName)
display-name
element
setDisplayName
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
setDisplayNameList
in interface JspPropertyGroupType<T>
list
- of display-name
objects
JspPropertyGroupType
public JspPropertyGroupType<T> removeAllDisplayName()
display-name
element
removeAllDisplayName
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
getDisplayNameList
in interface JspPropertyGroupType<T>
display-name
public JspPropertyGroupType<T> removeAllIcon()
icon
elements
removeAllIcon
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public IconType<JspPropertyGroupType<T>> icon()
icon
element
icon
in interface JspPropertyGroupType<T>
icon
public java.util.List<IconType<JspPropertyGroupType<T>>> getIconList()
icon
elements
getIconList
in interface JspPropertyGroupType<T>
icon
public JspPropertyGroupType<T> setUrlPattern(java.lang.String urlPattern)
url-pattern
element
setUrlPattern
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> setUrlPatternList(java.lang.String... values)
url-pattern
elements,
a new url-pattern
element
setUrlPatternList
in interface JspPropertyGroupType<T>
list
- of url-pattern
objects
JspPropertyGroupType
public JspPropertyGroupType<T> removeAllUrlPattern()
url-pattern
element
removeAllUrlPattern
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.util.List<java.lang.String> getUrlPatternList()
url-pattern
elements
getUrlPatternList
in interface JspPropertyGroupType<T>
url-pattern
public JspPropertyGroupType<T> setElIgnored(java.lang.Boolean elIgnored)
el-ignored
element with the given value will be created.
Otherwise, the existing el-ignored
element will be updated with the given value.
setElIgnored
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeElIgnored()
el-ignored
element
removeElIgnored
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isElIgnored()
el-ignored
element
isElIgnored
in interface JspPropertyGroupType<T>
el-ignored
public JspPropertyGroupType<T> setPageEncoding(java.lang.String pageEncoding)
page-encoding
element with the given value will be created.
Otherwise, the existing page-encoding
element will be updated with the given value.
setPageEncoding
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removePageEncoding()
page-encoding
element
removePageEncoding
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.String getPageEncoding()
page-encoding
element
getPageEncoding
in interface JspPropertyGroupType<T>
page-encoding
public JspPropertyGroupType<T> setScriptingInvalid(java.lang.Boolean scriptingInvalid)
scripting-invalid
element with the given value will be created.
Otherwise, the existing scripting-invalid
element will be updated with the given value.
setScriptingInvalid
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeScriptingInvalid()
scripting-invalid
element
removeScriptingInvalid
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isScriptingInvalid()
scripting-invalid
element
isScriptingInvalid
in interface JspPropertyGroupType<T>
scripting-invalid
public JspPropertyGroupType<T> setIsXml(java.lang.Boolean isXml)
is-xml
element with the given value will be created.
Otherwise, the existing is-xml
element will be updated with the given value.
setIsXml
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeIsXml()
is-xml
element
removeIsXml
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isIsXml()
is-xml
element
isIsXml
in interface JspPropertyGroupType<T>
is-xml
public JspPropertyGroupType<T> setIncludePrelude(java.lang.String includePrelude)
include-prelude
element
setIncludePrelude
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> setIncludePreludeList(java.lang.String... values)
include-prelude
elements,
a new include-prelude
element
setIncludePreludeList
in interface JspPropertyGroupType<T>
list
- of include-prelude
objects
JspPropertyGroupType
public JspPropertyGroupType<T> removeAllIncludePrelude()
include-prelude
element
removeAllIncludePrelude
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.util.List<java.lang.String> getIncludePreludeList()
include-prelude
elements
getIncludePreludeList
in interface JspPropertyGroupType<T>
include-prelude
public JspPropertyGroupType<T> setIncludeCoda(java.lang.String includeCoda)
include-coda
element
setIncludeCoda
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> setIncludeCodaList(java.lang.String... values)
include-coda
elements,
a new include-coda
element
setIncludeCodaList
in interface JspPropertyGroupType<T>
list
- of include-coda
objects
JspPropertyGroupType
public JspPropertyGroupType<T> removeAllIncludeCoda()
include-coda
element
removeAllIncludeCoda
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.util.List<java.lang.String> getIncludeCodaList()
include-coda
elements
getIncludeCodaList
in interface JspPropertyGroupType<T>
include-coda
public JspPropertyGroupType<T> setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean deferredSyntaxAllowedAsLiteral)
deferred-syntax-allowed-as-literal
element with the given value will be created.
Otherwise, the existing deferred-syntax-allowed-as-literal
element will be updated with the given value.
setDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
element
removeDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
element
isDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupType<T>
deferred-syntax-allowed-as-literal
public JspPropertyGroupType<T> setTrimDirectiveWhitespaces(java.lang.Boolean trimDirectiveWhitespaces)
trim-directive-whitespaces
element with the given value will be created.
Otherwise, the existing trim-directive-whitespaces
element will be updated with the given value.
setTrimDirectiveWhitespaces
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
trim-directive-whitespaces
element
removeTrimDirectiveWhitespaces
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isTrimDirectiveWhitespaces()
trim-directive-whitespaces
element
isTrimDirectiveWhitespaces
in interface JspPropertyGroupType<T>
trim-directive-whitespaces
public JspPropertyGroupType<T> setDefaultContentType(java.lang.String defaultContentType)
default-content-type
element with the given value will be created.
Otherwise, the existing default-content-type
element will be updated with the given value.
setDefaultContentType
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeDefaultContentType()
default-content-type
element
removeDefaultContentType
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.String getDefaultContentType()
default-content-type
element
getDefaultContentType
in interface JspPropertyGroupType<T>
default-content-type
public JspPropertyGroupType<T> setBuffer(java.lang.String buffer)
buffer
element with the given value will be created.
Otherwise, the existing buffer
element will be updated with the given value.
setBuffer
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeBuffer()
buffer
element
removeBuffer
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.String getBuffer()
buffer
element
getBuffer
in interface JspPropertyGroupType<T>
buffer
public JspPropertyGroupType<T> setErrorOnUndeclaredNamespace(java.lang.Boolean errorOnUndeclaredNamespace)
error-on-undeclared-namespace
element with the given value will be created.
Otherwise, the existing error-on-undeclared-namespace
element will be updated with the given value.
setErrorOnUndeclaredNamespace
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public JspPropertyGroupType<T> removeErrorOnUndeclaredNamespace()
error-on-undeclared-namespace
element
removeErrorOnUndeclaredNamespace
in interface JspPropertyGroupType<T>
JspPropertyGroupType
public java.lang.Boolean isErrorOnUndeclaredNamespace()
error-on-undeclared-namespace
element
isErrorOnUndeclaredNamespace
in interface JspPropertyGroupType<T>
error-on-undeclared-namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |