Package org.eclipse.jetty.servlet
Class ServletContextHandler.JspPropertyGroup
- java.lang.Object
-
- org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- All Implemented Interfaces:
JspPropertyGroupDescriptor
- Enclosing class:
- ServletContextHandler
public static class ServletContextHandler.JspPropertyGroup extends Object implements JspPropertyGroupDescriptor
-
-
Constructor Summary
Constructors Constructor Description JspPropertyGroup()
-
Method Summary
-
-
-
Method Detail
-
getUrlPatterns
public Collection<String> getUrlPatterns()
- Specified by:
getUrlPatternsin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getUrlPatterns()
-
addUrlPattern
public void addUrlPattern(String s)
-
getElIgnored
public String getElIgnored()
- Specified by:
getElIgnoredin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getElIgnored()
-
setElIgnored
public void setElIgnored(String s)
-
getPageEncoding
public String getPageEncoding()
- Specified by:
getPageEncodingin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getPageEncoding()
-
setPageEncoding
public void setPageEncoding(String pageEncoding)
-
setScriptingInvalid
public void setScriptingInvalid(String scriptingInvalid)
-
setIsXml
public void setIsXml(String isXml)
-
setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
-
setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
-
setDefaultContentType
public void setDefaultContentType(String defaultContentType)
-
setBuffer
public void setBuffer(String buffer)
-
setErrorOnUndeclaredNamespace
public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
-
getScriptingInvalid
public String getScriptingInvalid()
- Specified by:
getScriptingInvalidin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getScriptingInvalid()
-
getIsXml
public String getIsXml()
- Specified by:
getIsXmlin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getIsXml()
-
getIncludePreludes
public Collection<String> getIncludePreludes()
- Specified by:
getIncludePreludesin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getIncludePreludes()
-
addIncludePrelude
public void addIncludePrelude(String prelude)
-
getIncludeCodas
public Collection<String> getIncludeCodas()
- Specified by:
getIncludeCodasin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getIncludeCodas()
-
addIncludeCoda
public void addIncludeCoda(String coda)
-
getDeferredSyntaxAllowedAsLiteral
public String getDeferredSyntaxAllowedAsLiteral()
- Specified by:
getDeferredSyntaxAllowedAsLiteralin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()
-
getTrimDirectiveWhitespaces
public String getTrimDirectiveWhitespaces()
- Specified by:
getTrimDirectiveWhitespacesin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()
-
getDefaultContentType
public String getDefaultContentType()
- Specified by:
getDefaultContentTypein interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getDefaultContentType()
-
getBuffer
public String getBuffer()
- Specified by:
getBufferin interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getBuffer()
-
getErrorOnUndeclaredNamespace
public String getErrorOnUndeclaredNamespace()
- Specified by:
getErrorOnUndeclaredNamespacein interfaceJspPropertyGroupDescriptor- See Also:
JspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()
-
-