java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.taglib.DispatchTag
com.aoapps.taglib.IncludeTag
- All Implemented Interfaces:
ArgsAttribute
,PageAttribute
,ParamsAttribute
,DynamicAttributes
,JspTag
,SimpleTag
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoapps.taglib.DispatchTag
FORWARDED_REQUEST_ATTRIBUTE, page, params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected boolean
Adds a dynamic attribute.getArgs()
Gets the arguments that will be passed on dispatch.protected WildcardPatternMatcher
void
setClearParams
(String clearParams) Methods inherited from class com.aoapps.taglib.DispatchTag
addParam, doTag, doTag, getParameterAlteredRequest, invoke, isForwarded, setDynamicAttribute, setPage
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.taglib.ParamsAttribute
addParam
-
Constructor Details
-
IncludeTag
public IncludeTag()
-
-
Method Details
-
setClearParams
-
getClearParamsMatcher
- Specified by:
getClearParamsMatcher
in classDispatchTag
-
getArgs
Description copied from class:DispatchTag
Gets the arguments that will be passed on dispatch. For no arguments, return null.- Specified by:
getArgs
in classDispatchTag
-
addArg
- Specified by:
addArg
in interfaceArgsAttribute
-
addDynamicAttribute
protected boolean addDynamicAttribute(String uri, String localName, Object value, List<String> expectedPatterns) throws JspTagException Adds a dynamic attribute.- Overrides:
addDynamicAttribute
in classDispatchTag
- Returns:
true
when added, orfalse
when attribute not expected and has not been added.- Throws:
JspTagException
- See Also:
-