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 SummaryFields inherited from class com.aoapps.taglib.DispatchTagFORWARDED_REQUEST_ATTRIBUTE, page, params
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected booleanAdds a dynamic attribute.getArgs()Gets the arguments that will be passed on dispatch.protected WildcardPatternMatchervoidsetClearParams(String clearParams) Methods inherited from class com.aoapps.taglib.DispatchTagaddParam, doTag, doTag, getParameterAlteredRequest, invoke, isForwarded, setDynamicAttribute, setPageMethods inherited from class javax.servlet.jsp.tagext.SimpleTagSupportfindAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aoapps.taglib.ParamsAttributeaddParam
- 
Constructor Details- 
IncludeTagpublic IncludeTag()
 
- 
- 
Method Details- 
setClearParams
- 
getClearParamsMatcher- Specified by:
- getClearParamsMatcherin class- DispatchTag
 
- 
getArgsDescription copied from class:DispatchTagGets the arguments that will be passed on dispatch. For no arguments, return null.- Specified by:
- getArgsin class- DispatchTag
 
- 
addArg- Specified by:
- addArgin interface- ArgsAttribute
 
- 
addDynamicAttributeprotected boolean addDynamicAttribute(String uri, String localName, Object value, List<String> expectedPatterns) throws JspTagException Adds a dynamic attribute.- Overrides:
- addDynamicAttributein class- DispatchTag
- Returns:
- truewhen added, or- falsewhen attribute not expected and has not been added.
- Throws:
- JspTagException
- See Also:
 
 
- 

