
public interface JspPropertyGroupType<T> extends Child<T>, JavaeeJspPropertyGroupCommonType<T,JspPropertyGroupType<T>>
jsp-property-groupType xsd type| Modifier and Type | Method and Description |
|---|---|
JspPropertyGroupType<T> |
buffer(String buffer)
Sets the
buffer element |
IconType<JspPropertyGroupType<T>> |
createIcon()
Creates a new
icon element |
JspPropertyGroupType<T> |
defaultContentType(String defaultContentType)
Sets the
default-content-type 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 |
JspPropertyGroupType<T> |
errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
Sets the
error-on-undeclared-namespace 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 |
getBuffer()
Returns the
buffer element |
String |
getDefaultContentType()
Returns the
default-content-type element |
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 |
isErrorOnUndeclaredNamespace()
Returns the
error-on-undeclared-namespace 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> |
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> |
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 objectsJspPropertyGroupTypeList<String> getAllDescription()
description elementsdescriptionJspPropertyGroupType<T> removeAllDescription()
description elementJspPropertyGroupTypeJspPropertyGroupType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsJspPropertyGroupTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameJspPropertyGroupType<T> removeAllDisplayName()
display-name elementJspPropertyGroupTypeIconType<JspPropertyGroupType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<JspPropertyGroupType<T>> createIcon()
icon elementIconType> List<IconType<JspPropertyGroupType<T>>> getAllIcon()
icon elementsiconJspPropertyGroupType<T> removeAllIcon()
icon elementsIconType> JspPropertyGroupType<T> urlPattern(String... values)
url-pattern elements,
a new url-pattern elementvalues - list of url-pattern objectsJspPropertyGroupTypeList<String> getAllUrlPattern()
url-pattern elementsurl-patternJspPropertyGroupType<T> removeAllUrlPattern()
url-pattern elementJspPropertyGroupTypeJspPropertyGroupType<T> elIgnored(Boolean elIgnored)
el-ignored elementelIgnored - the value for the element el-ignoredJspPropertyGroupTypeBoolean isElIgnored()
el-ignored elementel-ignoredJspPropertyGroupType<T> removeElIgnored()
el-ignored elementJspPropertyGroupTypeJspPropertyGroupType<T> pageEncoding(String pageEncoding)
page-encoding elementpageEncoding - the value for the element page-encodingJspPropertyGroupTypeString getPageEncoding()
page-encoding elementpage-encodingJspPropertyGroupType<T> removePageEncoding()
page-encoding elementJspPropertyGroupTypeJspPropertyGroupType<T> scriptingInvalid(Boolean scriptingInvalid)
scripting-invalid elementscriptingInvalid - the value for the element scripting-invalidJspPropertyGroupTypeBoolean isScriptingInvalid()
scripting-invalid elementscripting-invalidJspPropertyGroupType<T> removeScriptingInvalid()
scripting-invalid elementJspPropertyGroupTypeJspPropertyGroupType<T> isXml(Boolean isXml)
is-xml elementisXml - the value for the element is-xmlJspPropertyGroupTypeBoolean isIsXml()
is-xml elementis-xmlJspPropertyGroupType<T> removeIsXml()
is-xml elementJspPropertyGroupTypeJspPropertyGroupType<T> includePrelude(String... values)
include-prelude elements,
a new include-prelude elementvalues - list of include-prelude objectsJspPropertyGroupTypeList<String> getAllIncludePrelude()
include-prelude elementsinclude-preludeJspPropertyGroupType<T> removeAllIncludePrelude()
include-prelude elementJspPropertyGroupTypeJspPropertyGroupType<T> includeCoda(String... values)
include-coda elements,
a new include-coda elementvalues - list of include-coda objectsJspPropertyGroupTypeList<String> getAllIncludeCoda()
include-coda elementsinclude-codaJspPropertyGroupType<T> removeAllIncludeCoda()
include-coda elementJspPropertyGroupTypeJspPropertyGroupType<T> deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
deferred-syntax-allowed-as-literal elementdeferredSyntaxAllowedAsLiteral - the value for the element deferred-syntax-allowed-as-literalJspPropertyGroupTypeBoolean isDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal elementdeferred-syntax-allowed-as-literalJspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal elementJspPropertyGroupTypeJspPropertyGroupType<T> trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
trim-directive-whitespaces elementtrimDirectiveWhitespaces - the value for the element trim-directive-whitespacesJspPropertyGroupTypeBoolean isTrimDirectiveWhitespaces()
trim-directive-whitespaces elementtrim-directive-whitespacesJspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
trim-directive-whitespaces elementJspPropertyGroupTypeJspPropertyGroupType<T> defaultContentType(String defaultContentType)
default-content-type elementdefaultContentType - the value for the element default-content-typeJspPropertyGroupTypeString getDefaultContentType()
default-content-type elementdefault-content-typeJspPropertyGroupType<T> removeDefaultContentType()
default-content-type elementJspPropertyGroupTypeJspPropertyGroupType<T> buffer(String buffer)
buffer elementbuffer - the value for the element bufferJspPropertyGroupTypeString getBuffer()
buffer elementbufferJspPropertyGroupType<T> removeBuffer()
buffer elementJspPropertyGroupTypeJspPropertyGroupType<T> errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
error-on-undeclared-namespace elementerrorOnUndeclaredNamespace - the value for the element error-on-undeclared-namespaceJspPropertyGroupTypeBoolean isErrorOnUndeclaredNamespace()
error-on-undeclared-namespace elementerror-on-undeclared-namespaceJspPropertyGroupType<T> removeErrorOnUndeclaredNamespace()
error-on-undeclared-namespace elementJspPropertyGroupTypeJspPropertyGroupType<T> id(String id)
id attributeid - the value for the attribute idJspPropertyGroupTypeString getId()
id attributeidJspPropertyGroupType<T> removeId()
id attributeJspPropertyGroupTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.