|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.deploy.JspPropertyGroup
public class JspPropertyGroup
| Field Summary | |
|---|---|
protected java.lang.String |
buffer
|
protected java.lang.String |
defaultContentType
|
protected java.lang.String |
deferredSyntaxAllowedAsLiteral
|
protected java.lang.String |
elIgnored
|
protected java.lang.String |
errorOnUndeclaredNamespace
|
protected java.util.ArrayList<java.lang.String> |
includeCodas
|
protected java.util.ArrayList<java.lang.String> |
includePreludes
|
protected java.lang.String |
isXml
|
protected java.lang.String |
pageEncoding
|
protected java.lang.String |
scriptingInvalid
|
protected java.lang.String |
trimDirectiveWhitespaces
|
protected java.util.ArrayList<java.lang.String> |
urlPatterns
|
| Constructor Summary | |
|---|---|
JspPropertyGroup()
|
|
| Method Summary | |
|---|---|
void |
addIncludeCoda(java.lang.String includeCoda)
|
void |
addIncludePrelude(java.lang.String includePrelude)
|
void |
addUrlPattern(java.lang.String urlPattern)
|
java.lang.String |
getBuffer()
Gets the value of the buffer configuration, which
specifies the default size of the response buffer for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getDefaultContentType()
Gets the value of the default-content-type configuration,
which specifies the default response content type for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getDeferredSyntaxAllowedAsLiteral()
Gets the value of the deferred-syntax-allowed-as-literal configuration, which
specifies whether the character sequence "#{",
which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal
in any JSP pages mapped to the JSP property group represented by
this JspPropertyGroupDescriptor. |
java.lang.String |
getElIgnored()
Gets the value of the el-ignored configuration, which
specifies whether Expression Language (EL) evaluation is enabled for
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getErrorOnUndeclaredNamespace()
Gets the value of the error-on-undeclared-namespace
configuration, which specifies whether an error will be raised at
translation time if tag with an undeclared namespace is used in
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.util.ArrayList<java.lang.String> |
getIncludeCodas()
Gets the include-coda configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.util.ArrayList<java.lang.String> |
getIncludePreludes()
Gets the include-prelude configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getIsXml()
Gets the value of the is-xml configuration, which
specifies whether any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor will
be treated as JSP documents (XML syntax). |
java.lang.String |
getPageEncoding()
Gets the value of the page-encoding configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getScriptingInvalid()
Gets the value of the scripting-invalid configuration,
which specifies whether scripting is enabled for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.lang.String |
getTrimDirectiveWhitespaces()
Gets the value of the trim-directive-whitespaces
configuration, which specifies whether template text containing only
whitespaces must be removed from the response output of any JSP
pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor. |
java.util.ArrayList<java.lang.String> |
getUrlPatterns()
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor. |
void |
setBuffer(java.lang.String buffer)
|
void |
setDefaultContentType(java.lang.String defaultContentType)
|
void |
setDeferredSyntaxAllowedAsLiteral(java.lang.String deferredSyntaxAllowedAsLiteral)
|
void |
setElIgnored(java.lang.String elIgnored)
|
void |
setErrorOnUndeclaredNamespace(java.lang.String errorOnUndeclaredNamespace)
|
void |
setIsXml(java.lang.String isXml)
|
void |
setPageEncoding(java.lang.String pageEncoding)
|
void |
setScriptingInvalid(java.lang.String scriptingInvalid)
|
void |
setTrimDirectiveWhitespaces(java.lang.String trimDirectiveWhitespaces)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList<java.lang.String> urlPatterns
protected java.lang.String elIgnored
protected java.lang.String pageEncoding
protected java.lang.String scriptingInvalid
protected java.lang.String isXml
protected java.util.ArrayList<java.lang.String> includePreludes
protected java.util.ArrayList<java.lang.String> includeCodas
protected java.lang.String deferredSyntaxAllowedAsLiteral
protected java.lang.String trimDirectiveWhitespaces
protected java.lang.String defaultContentType
protected java.lang.String buffer
protected java.lang.String errorOnUndeclaredNamespace
| Constructor Detail |
|---|
public JspPropertyGroup()
| Method Detail |
|---|
public void addUrlPattern(java.lang.String urlPattern)
public java.lang.String getPageEncoding()
javax.servlet.descriptor.JspPropertyGroupDescriptorpage-encoding configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor.
getPageEncoding in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpage-encoding configuration, or
null if unspecifiedpublic void setPageEncoding(java.lang.String pageEncoding)
public void addIncludePrelude(java.lang.String includePrelude)
public void addIncludeCoda(java.lang.String includeCoda)
public java.lang.String getDefaultContentType()
javax.servlet.descriptor.JspPropertyGroupDescriptordefault-content-type configuration,
which specifies the default response content type for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor.
getDefaultContentType in interface javax.servlet.descriptor.JspPropertyGroupDescriptordefault-content-type
configuration, or null if unspecifiedpublic void setDefaultContentType(java.lang.String defaultContentType)
public java.lang.String getBuffer()
javax.servlet.descriptor.JspPropertyGroupDescriptorbuffer configuration, which
specifies the default size of the response buffer for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor.
getBuffer in interface javax.servlet.descriptor.JspPropertyGroupDescriptorbuffer configuration, or
null if unspecifiedpublic void setBuffer(java.lang.String buffer)
public java.lang.String getElIgnored()
javax.servlet.descriptor.JspPropertyGroupDescriptorel-ignored configuration, which
specifies whether Expression Language (EL) evaluation is enabled for
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor.
getElIgnored in interface javax.servlet.descriptor.JspPropertyGroupDescriptorel-ignored configuration, or
null if unspecifiedpublic void setElIgnored(java.lang.String elIgnored)
public java.lang.String getScriptingInvalid()
javax.servlet.descriptor.JspPropertyGroupDescriptorscripting-invalid configuration,
which specifies whether scripting is enabled for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor.
getScriptingInvalid in interface javax.servlet.descriptor.JspPropertyGroupDescriptorscripting-invalid configuration,
or null if unspecifiedpublic void setScriptingInvalid(java.lang.String scriptingInvalid)
public java.lang.String getIsXml()
javax.servlet.descriptor.JspPropertyGroupDescriptoris-xml configuration, which
specifies whether any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor will
be treated as JSP documents (XML syntax).
getIsXml in interface javax.servlet.descriptor.JspPropertyGroupDescriptoris-xml configuration, or
null if unspecifiedpublic void setIsXml(java.lang.String isXml)
public java.lang.String getDeferredSyntaxAllowedAsLiteral()
javax.servlet.descriptor.JspPropertyGroupDescriptordeferred-syntax-allowed-as-literal configuration, which
specifies whether the character sequence "#{",
which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal
in any JSP pages mapped to the JSP property group represented by
this JspPropertyGroupDescriptor.
getDeferredSyntaxAllowedAsLiteral in interface javax.servlet.descriptor.JspPropertyGroupDescriptordeferred-syntax-allowed-as-literal configuration, or
null if unspecifiedpublic void setDeferredSyntaxAllowedAsLiteral(java.lang.String deferredSyntaxAllowedAsLiteral)
public java.lang.String getTrimDirectiveWhitespaces()
javax.servlet.descriptor.JspPropertyGroupDescriptortrim-directive-whitespaces
configuration, which specifies whether template text containing only
whitespaces must be removed from the response output of any JSP
pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor.
getTrimDirectiveWhitespaces in interface javax.servlet.descriptor.JspPropertyGroupDescriptortrim-directive-whitespaces
configuration, or null if unspecifiedpublic void setTrimDirectiveWhitespaces(java.lang.String trimDirectiveWhitespaces)
public java.lang.String getErrorOnUndeclaredNamespace()
javax.servlet.descriptor.JspPropertyGroupDescriptorerror-on-undeclared-namespace
configuration, which specifies whether an error will be raised at
translation time if tag with an undeclared namespace is used in
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor.
getErrorOnUndeclaredNamespace in interface javax.servlet.descriptor.JspPropertyGroupDescriptorerror-on-undeclared-namespace
configuration, or null if unspecifiedpublic void setErrorOnUndeclaredNamespace(java.lang.String errorOnUndeclaredNamespace)
public java.util.ArrayList<java.lang.String> getUrlPatterns()
javax.servlet.descriptor.JspPropertyGroupDescriptorJspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
getUrlPatterns in interface javax.servlet.descriptor.JspPropertyGroupDescriptorCollection of the URL
patterns of the JSP property group represented by this
JspPropertyGroupDescriptorpublic java.util.ArrayList<java.lang.String> getIncludePreludes()
javax.servlet.descriptor.JspPropertyGroupDescriptorinclude-prelude configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
getIncludePreludes in interface javax.servlet.descriptor.JspPropertyGroupDescriptorCollection of the
include-prelude configuration of
the JSP property group represented by this
JspPropertyGroupDescriptorpublic java.util.ArrayList<java.lang.String> getIncludeCodas()
javax.servlet.descriptor.JspPropertyGroupDescriptorinclude-coda configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
getIncludeCodas in interface javax.servlet.descriptor.JspPropertyGroupDescriptorCollection of the
include-coda configuration of
the JSP property group represented by this
JspPropertyGroupDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||