Class PageAttributeTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- net.anotheria.tags.BaseTagSupport
-
- net.anotheria.anosite.tags.content.AbstractAttributeTag
-
- net.anotheria.anosite.tags.content.PageAttributeTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class PageAttributeTag extends AbstractAttributeTag
Writes the value for the attribute "name" of the current page. If no value is specified, writes out the defaultValue.- Author:
- dzhmud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageAttributeTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttributeMapgetAttributeMap()Retrieves attributes from the corresponding object.-
Methods inherited from class net.anotheria.anosite.tags.content.AbstractAttributeTag
doEndTag, getDefaultValue, getName, setDefaultValue, setName
-
Methods inherited from class net.anotheria.tags.BaseTagSupport
getId, getProperty, getScope, lookup, quote, release, setId, setProperty, setScope, toString, write, writeLn
-
-
-
-
Method Detail
-
getAttributeMap
protected AttributeMap getAttributeMap()
Description copied from class:AbstractAttributeTagRetrieves attributes from the corresponding object.- Specified by:
getAttributeMapin classAbstractAttributeTag- Returns:
AttributeMap
-
-