public class MockJspPropertyGroupDescriptor extends Object
JspPropertyGroupDescriptor.| Constructor and Description |
|---|
MockJspPropertyGroupDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludeCoda(String includeCode)
Adds an include coda to the collection of include codas.
|
void |
addIncludePrelude(String includePrelude)
Adds an include prelude to the collection of include preludes.
|
void |
addUrlPattern(String urlPattern)
Adds an URL pattern to the collection of URL patterns.
|
void |
clearIncludeCodas()
Clears the collection of include codas.
|
void |
clearIncludePreludes()
Clears the collection of include preludes.
|
void |
clearUrlPatterns()
Clears the collection of URL patterns.
|
String |
getBuffer() |
String |
getDefaultContentType() |
String |
getDeferredSyntaxAllowedAsLiteral() |
String |
getElIgnored() |
String |
getErrorOnUndeclaredNamespace() |
Collection |
getIncludeCodas() |
Collection |
getIncludePreludes() |
String |
getIsXml() |
String |
getPageEncoding() |
String |
getScriptingInvalid() |
String |
getTrimDirectiveWhitespaces() |
Collection |
getUrlPatterns() |
void |
reset() |
void |
setBuffer(String buffer)
Sets the buffer size.
|
void |
setDefaultContentType(String defaultContentType)
Sets the default content type.
|
void |
setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
Sets if the deferred character sequence is allowed as literal text.
|
void |
setElIgnored(String elIgnored)
Sets if EL evaluation is disabled or enabled.
|
void |
setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
Sets if an error should be raised on undeclared namespace.
|
void |
setIsXml(String isXml)
Sets if it is an XML JSP document.
|
void |
setPageEncoding(String pageEncoding)
Sets the page encoding.
|
void |
setScriptingInvalid(String scriptingInvalid)
Sets if scripting is invalid.
|
void |
setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
Sets if directive whitespaces should be trimmed.
|
public void reset()
public String getBuffer()
public String getDefaultContentType()
public String getDeferredSyntaxAllowedAsLiteral()
public String getElIgnored()
public String getErrorOnUndeclaredNamespace()
public Collection getIncludeCodas()
public Collection getIncludePreludes()
public String getIsXml()
public String getPageEncoding()
public String getScriptingInvalid()
public String getTrimDirectiveWhitespaces()
public Collection getUrlPatterns()
public void setBuffer(String buffer)
buffer - the buffer sizepublic void setDefaultContentType(String defaultContentType)
defaultContentType - the default content typepublic void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
deferredSyntaxAllowedAsLiteral - is the deferred character sequence allowed as literal textpublic void setElIgnored(String elIgnored)
elIgnored - is EL evaluation disabled or enabledpublic void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
errorOnUndeclaredNamespace - should an error should be raised on undeclared namespacepublic void addIncludeCoda(String includeCode)
includeCode - the include coda to addpublic void clearIncludeCodas()
public void addIncludePrelude(String includePrelude)
includePrelude - the include prelude to addpublic void clearIncludePreludes()
public void setIsXml(String isXml)
isXml - is it an XML JSP documentpublic void setPageEncoding(String pageEncoding)
pageEncoding - the page encodingpublic void setScriptingInvalid(String scriptingInvalid)
scriptingInvalid - is scripting invalidpublic void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
trimDirectiveWhitespaces - should directive whitespaces be trimmedpublic void addUrlPattern(String urlPattern)
urlPattern - the URL pattern to addpublic void clearUrlPatterns()
Copyright © 2003-2015. All Rights Reserved.