|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagLibraryValidator javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
public class ScriptFreeTLV
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
This TLV supports four initialization parameters, for controlling which of the four types of scripting elements are allowed or prohibited:
The default value for all for initialization parameters is false, indicating all forms of scripting elements are to be prohibited.
Constructor Summary | |
---|---|
ScriptFreeTLV()
Constructs a new validator instance. |
Method Summary | |
---|---|
void |
setInitParameters(java.util.Map<java.lang.String,java.lang.Object> initParms)
Sets the values of the initialization parameters, as supplied in the TLD. |
ValidationMessage[] |
validate(java.lang.String prefix,
java.lang.String uri,
PageData page)
Validates a single JSP page. |
Methods inherited from class javax.servlet.jsp.tagext.TagLibraryValidator |
---|
getInitParameters, release |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptFreeTLV()
Method Detail |
---|
public void setInitParameters(java.util.Map<java.lang.String,java.lang.Object> initParms)
setInitParameters
in class TagLibraryValidator
initParms
- a mapping from the names of the initialization parameters
to their values, as specified in the TLD.public ValidationMessage[] validate(java.lang.String prefix, java.lang.String uri, PageData page)
validate
in class TagLibraryValidator
prefix
- the namespace prefix specified by the page for the
custom tag library being validated.uri
- the URI specified by the page for the TLD of the
custom tag library being validated.page
- a wrapper around the XML representation of the page
being validated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41