|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspPropertyGroupType<T>
This interface defines the contract for the jsp-property-groupType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
JspPropertyGroupType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
JspPropertyGroupType
List<String> getAllDescription()
description
elements
description
JspPropertyGroupType<T> removeAllDescription()
description
element
JspPropertyGroupType
JspPropertyGroupType<T> displayName(String... values)
display-name
elements,
a new display-name
element
values
- list of display-name
objects
JspPropertyGroupType
List<String> getAllDisplayName()
display-name
elements
display-name
JspPropertyGroupType<T> removeAllDisplayName()
display-name
element
JspPropertyGroupType
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
element
IconType>
List<IconType<JspPropertyGroupType<T>>> getAllIcon()
icon
elements
icon
JspPropertyGroupType<T> removeAllIcon()
icon
elements
IconType>
JspPropertyGroupType<T> urlPattern(String... values)
url-pattern
elements,
a new url-pattern
element
values
- list of url-pattern
objects
JspPropertyGroupType
List<String> getAllUrlPattern()
url-pattern
elements
url-pattern
JspPropertyGroupType<T> removeAllUrlPattern()
url-pattern
element
JspPropertyGroupType
JspPropertyGroupType<T> elIgnored(Boolean elIgnored)
el-ignored
element
elIgnored
- the value for the element el-ignored
JspPropertyGroupType
Boolean isElIgnored()
el-ignored
element
el-ignored
JspPropertyGroupType<T> removeElIgnored()
el-ignored
element
JspPropertyGroupType
JspPropertyGroupType<T> pageEncoding(String pageEncoding)
page-encoding
element
pageEncoding
- the value for the element page-encoding
JspPropertyGroupType
String getPageEncoding()
page-encoding
element
page-encoding
JspPropertyGroupType<T> removePageEncoding()
page-encoding
element
JspPropertyGroupType
JspPropertyGroupType<T> scriptingInvalid(Boolean scriptingInvalid)
scripting-invalid
element
scriptingInvalid
- the value for the element scripting-invalid
JspPropertyGroupType
Boolean isScriptingInvalid()
scripting-invalid
element
scripting-invalid
JspPropertyGroupType<T> removeScriptingInvalid()
scripting-invalid
element
JspPropertyGroupType
JspPropertyGroupType<T> isXml(Boolean isXml)
is-xml
element
isXml
- the value for the element is-xml
JspPropertyGroupType
Boolean isIsXml()
is-xml
element
is-xml
JspPropertyGroupType<T> removeIsXml()
is-xml
element
JspPropertyGroupType
JspPropertyGroupType<T> includePrelude(String... values)
include-prelude
elements,
a new include-prelude
element
values
- list of include-prelude
objects
JspPropertyGroupType
List<String> getAllIncludePrelude()
include-prelude
elements
include-prelude
JspPropertyGroupType<T> removeAllIncludePrelude()
include-prelude
element
JspPropertyGroupType
JspPropertyGroupType<T> includeCoda(String... values)
include-coda
elements,
a new include-coda
element
values
- list of include-coda
objects
JspPropertyGroupType
List<String> getAllIncludeCoda()
include-coda
elements
include-coda
JspPropertyGroupType<T> removeAllIncludeCoda()
include-coda
element
JspPropertyGroupType
JspPropertyGroupType<T> deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
deferred-syntax-allowed-as-literal
element
deferredSyntaxAllowedAsLiteral
- the value for the element deferred-syntax-allowed-as-literal
JspPropertyGroupType
Boolean isDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
element
deferred-syntax-allowed-as-literal
JspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
deferred-syntax-allowed-as-literal
element
JspPropertyGroupType
JspPropertyGroupType<T> trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
trim-directive-whitespaces
element
trimDirectiveWhitespaces
- the value for the element trim-directive-whitespaces
JspPropertyGroupType
Boolean isTrimDirectiveWhitespaces()
trim-directive-whitespaces
element
trim-directive-whitespaces
JspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
trim-directive-whitespaces
element
JspPropertyGroupType
JspPropertyGroupType<T> defaultContentType(String defaultContentType)
default-content-type
element
defaultContentType
- the value for the element default-content-type
JspPropertyGroupType
String getDefaultContentType()
default-content-type
element
default-content-type
JspPropertyGroupType<T> removeDefaultContentType()
default-content-type
element
JspPropertyGroupType
JspPropertyGroupType<T> buffer(String buffer)
buffer
element
buffer
- the value for the element buffer
JspPropertyGroupType
String getBuffer()
buffer
element
buffer
JspPropertyGroupType<T> removeBuffer()
buffer
element
JspPropertyGroupType
JspPropertyGroupType<T> errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
error-on-undeclared-namespace
element
errorOnUndeclaredNamespace
- the value for the element error-on-undeclared-namespace
JspPropertyGroupType
Boolean isErrorOnUndeclaredNamespace()
error-on-undeclared-namespace
element
error-on-undeclared-namespace
JspPropertyGroupType<T> removeErrorOnUndeclaredNamespace()
error-on-undeclared-namespace
element
JspPropertyGroupType
JspPropertyGroupType<T> id(String id)
id
attribute
id
- the value for the attribute id
JspPropertyGroupType
String getId()
id
attribute
id
JspPropertyGroupType<T> removeId()
id
attribute
JspPropertyGroupType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |