Home » apache-tomcat-6.0.26-src » javax.servlet.jsp.jstl » tlv » [javadoc | source]
javax.servlet.jsp.jstl.tlv
public class: ScriptFreeTLV [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagLibraryValidator
      javax.servlet.jsp.jstl.tlv.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:
 public ScriptFreeTLV() 
Method from javax.servlet.jsp.jstl.tlv.ScriptFreeTLV Summary:
setInitParameters,   validate
Methods from javax.servlet.jsp.tagext.TagLibraryValidator:
getInitParameters,   release,   setInitParameters,   validate
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.servlet.jsp.jstl.tlv.ScriptFreeTLV Detail:
 public  void setInitParameters(Map<String, Object> initParms) 
    Sets the values of the initialization parameters, as supplied in the TLD.
 public ValidationMessage[] validate(String prefix,
    String uri,
    PageData page) 
    Validates a single JSP page.