public interface JspPropertyGroupType<T> extends Child<T>, JavaeeJspPropertyGroupCommonType<T,JspPropertyGroupType<T>>
jsp-property-groupType
xsd typeModifier and Type | Method and Description |
---|---|
IconType<JspPropertyGroupType<T>> |
createIcon()
Creates a new
icon element |
JspPropertyGroupType<T> |
deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
Sets the
deferred-syntax-allowed-as-literal element |
JspPropertyGroupType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
JspPropertyGroupType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
JspPropertyGroupType<T> |
elIgnored(Boolean elIgnored)
Sets the
el-ignored element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<JspPropertyGroupType<T>>> |
getAllIcon()
Returns all
icon elements |
List<String> |
getAllIncludeCoda()
Returns all
include-coda elements |
List<String> |
getAllIncludePrelude()
Returns all
include-prelude elements |
List<String> |
getAllUrlPattern()
Returns all
url-pattern elements |
String |
getId()
Returns the
id attribute |
IconType<JspPropertyGroupType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
String |
getPageEncoding()
Returns the
page-encoding element |
JspPropertyGroupType<T> |
id(String id)
Sets the
id attribute |
JspPropertyGroupType<T> |
includeCoda(String... values)
Creates for all String objects representing
include-coda elements,
a new include-coda element |
JspPropertyGroupType<T> |
includePrelude(String... values)
Creates for all String objects representing
include-prelude elements,
a new include-prelude element |
Boolean |
isDeferredSyntaxAllowedAsLiteral()
Returns the
deferred-syntax-allowed-as-literal element |
Boolean |
isElIgnored()
Returns the
el-ignored element |
Boolean |
isIsXml()
Returns the
is-xml element |
Boolean |
isScriptingInvalid()
Returns the
scripting-invalid element |
Boolean |
isTrimDirectiveWhitespaces()
Returns the
trim-directive-whitespaces element |
JspPropertyGroupType<T> |
isXml(Boolean isXml)
Sets the
is-xml element |
JspPropertyGroupType<T> |
pageEncoding(String pageEncoding)
Sets the
page-encoding 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> |
removeDeferredSyntaxAllowedAsLiteral()
Removes the
deferred-syntax-allowed-as-literal element |
JspPropertyGroupType<T> |
removeElIgnored()
Removes the
el-ignored element |
JspPropertyGroupType<T> |
removeId()
Removes the
id attribute |
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> |
scriptingInvalid(Boolean scriptingInvalid)
Sets the
scripting-invalid element |
JspPropertyGroupType<T> |
trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
Sets the
trim-directive-whitespaces element |
JspPropertyGroupType<T> |
urlPattern(String... values)
Creates for all String objects representing
url-pattern elements,
a new url-pattern element |
JspPropertyGroupType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsJspPropertyGroupType
List<String> getAllDescription()
description
elementsdescription
JspPropertyGroupType<T> removeAllDescription()
description
elementJspPropertyGroupType
JspPropertyGroupType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsJspPropertyGroupType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
JspPropertyGroupType<T> removeAllDisplayName()
display-name
elementJspPropertyGroupType
IconType<JspPropertyGroupType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<JspPropertyGroupType<T>> createIcon()
icon
elementIconType>
List<IconType<JspPropertyGroupType<T>>> getAllIcon()
icon
elementsicon
JspPropertyGroupType<T> removeAllIcon()
icon
elementsIconType>
JspPropertyGroupType<T> urlPattern(String... values)
url-pattern
elements,
a new url-pattern
elementvalues
- list of url-pattern
objectsJspPropertyGroupType
List<String> getAllUrlPattern()
url-pattern
elementsurl-pattern
JspPropertyGroupType<T> removeAllUrlPattern()
url-pattern
elementJspPropertyGroupType
JspPropertyGroupType<T> elIgnored(Boolean elIgnored)
el-ignored
elementelIgnored
- the value for the element el-ignored
JspPropertyGroupType
Boolean isElIgnored()
el-ignored
elementel-ignored
JspPropertyGroupType<T> removeElIgnored()
el-ignored
elementJspPropertyGroupType
JspPropertyGroupType<T> pageEncoding(String pageEncoding)
page-encoding
elementpageEncoding
- the value for the element page-encoding
JspPropertyGroupType
String getPageEncoding()
page-encoding
elementpage-encoding
JspPropertyGroupType<T> removePageEncoding()
page-encoding
elementJspPropertyGroupType
JspPropertyGroupType<T> scriptingInvalid(Boolean scriptingInvalid)
scripting-invalid
elementscriptingInvalid
- the value for the element scripting-invalid
JspPropertyGroupType
Boolean isScriptingInvalid()
scripting-invalid
elementscripting-invalid
JspPropertyGroupType<T> removeScriptingInvalid()
scripting-invalid
elementJspPropertyGroupType
JspPropertyGroupType<T> isXml(Boolean isXml)
is-xml
elementisXml
- the value for the element is-xml
JspPropertyGroupType
Boolean isIsXml()
is-xml
elementis-xml
JspPropertyGroupType<T> removeIsXml()
is-xml
elementJspPropertyGroupType
JspPropertyGroupType<T> includePrelude(String... values)
include-prelude
elements,
a new include-prelude
elementvalues
- list of include-prelude
objectsJspPropertyGroupType
List<String> getAllIncludePrelude()
include-prelude
elementsinclude-prelude
JspPropertyGroupType<T> removeAllIncludePrelude()
include-prelude
elementJspPropertyGroupType
JspPropertyGroupType<T> includeCoda(String... values)
include-coda
elements,
a new include-coda
elementvalues
- list of include-coda
objectsJspPropertyGroupType
List<String> getAllIncludeCoda()
include-coda
elementsinclude-coda
JspPropertyGroupType<T> removeAllIncludeCoda()
include-coda
elementJspPropertyGroupType
JspPropertyGroupType<T> deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
deferred-syntax-allowed-as-literal
elementdeferredSyntaxAllowedAsLiteral
- the value for the element deferred-syntax-allowed-as-literal
JspPropertyGroupType
Boolean isDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
elementdeferred-syntax-allowed-as-literal
JspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
elementJspPropertyGroupType
JspPropertyGroupType<T> trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
trim-directive-whitespaces
elementtrimDirectiveWhitespaces
- the value for the element trim-directive-whitespaces
JspPropertyGroupType
Boolean isTrimDirectiveWhitespaces()
trim-directive-whitespaces
elementtrim-directive-whitespaces
JspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
trim-directive-whitespaces
elementJspPropertyGroupType
JspPropertyGroupType<T> id(String id)
id
attributeid
- the value for the attribute id
JspPropertyGroupType
String getId()
id
attributeid
JspPropertyGroupType<T> removeId()
id
attributeJspPropertyGroupType
Copyright © 2023 JBoss by Red Hat. All rights reserved.