public class ScriptFreeTLV extends 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.
Constructor and Description |
---|
ScriptFreeTLV()
Constructs a new validator instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getInitParameters, release
public ScriptFreeTLV()
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.