Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsp21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroupType<JspConfigType<T>> |
JspConfigType.createJspPropertyGroup()
Creates a new
jsp-property-group 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<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.removeDeferredSyntaxAllowedAsLiteral()
Removes the
deferred-syntax-allowed-as-literal element |
JspPropertyGroupType<T> |
JspPropertyGroupType.removeElIgnored()
Removes the
el-ignored 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 |
Modifier and Type | Method and Description |
---|---|
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 © 2021 JBoss by Red Hat. All rights reserved.