Uses of Interface
org.apache.taglibs.standard.tag.common.core.ParamParent
-
Packages that use ParamParent Package Description org.apache.taglibs.standard.tag.common.core org.apache.taglibs.standard.tag.el.core org.apache.taglibs.standard.tag.rt.core -
-
Uses of ParamParent in org.apache.taglibs.standard.tag.common.core
Classes in org.apache.taglibs.standard.tag.common.core that implement ParamParent Modifier and Type Class Description classImportSupportSupport for tag handlers for <import>, the general-purpose text-importing mechanism for JSTL 1.0.classRedirectSupportSupport for tag handlers for <redirect>, JSTL 1.0's tag for redirecting to a new URL (with optional query parameters).classUrlSupportSupport for tag handlers for <url>, the URL creation and rewriting tag in JSTL 1.0. -
Uses of ParamParent in org.apache.taglibs.standard.tag.el.core
Classes in org.apache.taglibs.standard.tag.el.core that implement ParamParent Modifier and Type Class Description classImportTagA handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.classRedirectTagA handler for <redirect>, which redirects the browser to a new URL.classUrlTagA handler for <urlEncode> that accepts attributes as Strings and evaluates them as expressions at runtime. -
Uses of ParamParent in org.apache.taglibs.standard.tag.rt.core
Classes in org.apache.taglibs.standard.tag.rt.core that implement ParamParent Modifier and Type Class Description classImportTagA handler for <import> that supports rtexprvalue-based attributes.classRedirectTagA handler for <redirect> that supports rtexprvalue-based attributes.classUrlTagA handler for <urlEncode> that supports rtexprvalue-based attributes.
-