Package org.apache.tiles.web.jsp.taglib
Class SetCurrentContainerTag
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
org.apache.tiles.web.jsp.taglib.SetCurrentContainerTag
- All Implemented Interfaces:
- jakarta.servlet.jsp.tagext.JspTag,- jakarta.servlet.jsp.tagext.SimpleTag
public class SetCurrentContainerTag
extends jakarta.servlet.jsp.tagext.SimpleTagSupport
Selects a container to be used as the "current" container.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoTag()Getter for containerKey property.voidsetContainerKey(String containerKey) Setter for containerKey property.Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupportfindAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
- 
Constructor Details- 
SetCurrentContainerTagpublic SetCurrentContainerTag()
 
- 
- 
Method Details- 
getContainerKeyGetter for containerKey property.- Returns:
- The key of the container to be used as "current". If null, the default one will be used.
 
- 
setContainerKeySetter for containerKey property.- Parameters:
- containerKey- The key of the container to be used as "current". If null, the default one will be used.
 
- 
doTag- Specified by:
- doTagin interface- jakarta.servlet.jsp.tagext.SimpleTag
- Overrides:
- doTagin class- jakarta.servlet.jsp.tagext.SimpleTagSupport
- Throws:
- jakarta.servlet.jsp.JspException
- IOException
 
 
-