org.eclipse.jetty.servlet
Class ServletContextHandler.JspPropertyGroup
java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- All Implemented Interfaces:
- javax.servlet.descriptor.JspPropertyGroupDescriptor
- Enclosing class:
- ServletContextHandler
public static class ServletContextHandler.JspPropertyGroup
- extends Object
- implements javax.servlet.descriptor.JspPropertyGroupDescriptor
ServletContextHandler.JspPropertyGroup
public ServletContextHandler.JspPropertyGroup()
getUrlPatterns
public Collection<String> getUrlPatterns()
- Specified by:
getUrlPatterns in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getUrlPatterns()
addUrlPattern
public void addUrlPattern(String s)
getElIgnored
public String getElIgnored()
- Specified by:
getElIgnored in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getElIgnored()
setElIgnored
public void setElIgnored(String s)
getPageEncoding
public String getPageEncoding()
- Specified by:
getPageEncoding in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- 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:
getScriptingInvalid in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getScriptingInvalid()
getIsXml
public String getIsXml()
- Specified by:
getIsXml in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIsXml()
getIncludePreludes
public Collection<String> getIncludePreludes()
- Specified by:
getIncludePreludes in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIncludePreludes()
addIncludePrelude
public void addIncludePrelude(String prelude)
getIncludeCodas
public Collection<String> getIncludeCodas()
- Specified by:
getIncludeCodas in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIncludeCodas()
addIncludeCoda
public void addIncludeCoda(String coda)
getDeferredSyntaxAllowedAsLiteral
public String getDeferredSyntaxAllowedAsLiteral()
- Specified by:
getDeferredSyntaxAllowedAsLiteral in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()
getTrimDirectiveWhitespaces
public String getTrimDirectiveWhitespaces()
- Specified by:
getTrimDirectiveWhitespaces in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()
getDefaultContentType
public String getDefaultContentType()
- Specified by:
getDefaultContentType in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getDefaultContentType()
getBuffer
public String getBuffer()
- Specified by:
getBuffer in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getBuffer()
getErrorOnUndeclaredNamespace
public String getErrorOnUndeclaredNamespace()
- Specified by:
getErrorOnUndeclaredNamespace in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.