Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.servlet.jsp.jstl.tlv: Javadoc index of package javax.servlet.jsp.jstl.tlv.


Package Samples:

javax.servlet.jsp.jstl.tlv

Classes:

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: allowDeclarations : if true, indicates that declaration elements are not prohibited. allowScriptlets : if true, indicates that scriptlets are not prohibited allowExpressions : if true, indicates that top-level expression elements (i.e., expressions not associated with request-time attribute values) are not prohibited. allowRTExpressions : if true, indicates that expression ...
PermittedTaglibsTLV: A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used. This TLV supports the following initialization parameter: permittedTaglibs : A whitespace-separated list of URIs corresponding to tag libraries permitted to be imported on the page in addition to the tag library that references PermittedTaglibsTLV (which is allowed implicitly).

Home | Contact Us | Privacy Policy | Terms of Service