JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

javax.servlet.jsp.jstl.tlv
Class ScriptFreeTLV

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagLibraryValidator
      extended by javax.servlet.jsp.jstl.tlv.ScriptFreeTLV

public class ScriptFreeTLV
extends javax.servlet.jsp.tagext.TagLibraryValidator

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.

Author:
Mark A. Kolb, Shawn Bayern (minor changes)

Constructor Summary
ScriptFreeTLV()
          Constructs a new validator instance.
 
Method Summary
 void setInitParameters(Map<String,Object> initParms)
          Sets the values of the initialization parameters, as supplied in the TLD.
 javax.servlet.jsp.tagext.ValidationMessage[] validate(String prefix, String uri, javax.servlet.jsp.tagext.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

ScriptFreeTLV

public ScriptFreeTLV()
Constructs a new validator instance. Initializes the parser factory to create non-validating, namespace-aware SAX parsers.

Method Detail

setInitParameters

public void setInitParameters(Map<String,Object> initParms)
Sets the values of the initialization parameters, as supplied in the TLD.

Overrides:
setInitParameters in class javax.servlet.jsp.tagext.TagLibraryValidator
Parameters:
initParms - a mapping from the names of the initialization parameters to their values, as specified in the TLD.

validate

public javax.servlet.jsp.tagext.ValidationMessage[] validate(String prefix,
                                                             String uri,
                                                             javax.servlet.jsp.tagext.PageData page)
Validates a single JSP page.

Overrides:
validate in class javax.servlet.jsp.tagext.TagLibraryValidator
Parameters:
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.
Returns:
null, if the page is valid; otherwise, a ValidationMessage[] containing one or more messages indicating why the page is not valid.

JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.