|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
public static class ServletContextHandler.JspPropertyGroup
| 构造方法摘要 | |
|---|---|
ServletContextHandler.JspPropertyGroup()
|
|
| 方法摘要 | |
|---|---|
void |
addIncludeCoda(String coda)
|
void |
addIncludePrelude(String prelude)
|
void |
addUrlPattern(String s)
|
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. |
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. |
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. |
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. |
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. |
Collection<String> |
getIncludeCodas()
Gets the include-coda configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor. |
Collection<String> |
getIncludePreludes()
Gets the include-prelude configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor. |
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). |
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. |
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. |
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. |
Collection<String> |
getUrlPatterns()
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor. |
void |
setBuffer(String buffer)
|
void |
setDefaultContentType(String defaultContentType)
|
void |
setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
|
void |
setElIgnored(String s)
|
void |
setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
|
void |
setIsXml(String isXml)
|
void |
setPageEncoding(String pageEncoding)
|
void |
setScriptingInvalid(String scriptingInvalid)
|
void |
setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
|
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ServletContextHandler.JspPropertyGroup()
| 方法详细信息 |
|---|
public Collection<String> getUrlPatterns()
JspPropertyGroupDescriptor 复制的描述JspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
JspPropertyGroupDescriptor 中的 getUrlPatternsCollection of the URL
patterns of the JSP property group represented by this
JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getUrlPatterns()public void addUrlPattern(String s)
public String getElIgnored()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getElIgnoredel-ignored configuration, or
null if unspecifiedJspPropertyGroupDescriptor.getElIgnored()public void setElIgnored(String s)
public String getPageEncoding()
JspPropertyGroupDescriptor 复制的描述page-encoding configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor.
JspPropertyGroupDescriptor 中的 getPageEncodingpage-encoding configuration, or
null if unspecifiedJspPropertyGroupDescriptor.getPageEncoding()public void setPageEncoding(String pageEncoding)
public void setScriptingInvalid(String scriptingInvalid)
public void setIsXml(String isXml)
public void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
public void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
public void setDefaultContentType(String defaultContentType)
public void setBuffer(String buffer)
public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
public String getScriptingInvalid()
JspPropertyGroupDescriptor 复制的描述scripting-invalid configuration,
which specifies whether scripting is enabled for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor.
JspPropertyGroupDescriptor 中的 getScriptingInvalidscripting-invalid configuration,
or null if unspecifiedJspPropertyGroupDescriptor.getScriptingInvalid()public String getIsXml()
JspPropertyGroupDescriptor 复制的描述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).
JspPropertyGroupDescriptor 中的 getIsXmlis-xml configuration, or
null if unspecifiedJspPropertyGroupDescriptor.getIsXml()public Collection<String> getIncludePreludes()
JspPropertyGroupDescriptor 复制的描述include-prelude configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
JspPropertyGroupDescriptor 中的 getIncludePreludesCollection of the
include-prelude configuration of
the JSP property group represented by this
JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getIncludePreludes()public void addIncludePrelude(String prelude)
public Collection<String> getIncludeCodas()
JspPropertyGroupDescriptor 复制的描述include-coda configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor.
Any changes to the returned Collection must not
affect this JspPropertyGroupDescriptor.
JspPropertyGroupDescriptor 中的 getIncludeCodasCollection of the
include-coda configuration of
the JSP property group represented by this
JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getIncludeCodas()public void addIncludeCoda(String coda)
public String getDeferredSyntaxAllowedAsLiteral()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getDeferredSyntaxAllowedAsLiteraldeferred-syntax-allowed-as-literal configuration, or
null if unspecifiedJspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()public String getTrimDirectiveWhitespaces()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getTrimDirectiveWhitespacestrim-directive-whitespaces
configuration, or null if unspecifiedJspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()public String getDefaultContentType()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getDefaultContentTypedefault-content-type
configuration, or null if unspecifiedJspPropertyGroupDescriptor.getDefaultContentType()public String getBuffer()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getBufferbuffer configuration, or
null if unspecifiedJspPropertyGroupDescriptor.getBuffer()public String getErrorOnUndeclaredNamespace()
JspPropertyGroupDescriptor 复制的描述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.
JspPropertyGroupDescriptor 中的 getErrorOnUndeclaredNamespaceerror-on-undeclared-namespace
configuration, or null if unspecifiedJspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||