Class TextResourceTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- net.anotheria.tags.BaseTagSupport
-
- net.anotheria.anosite.tags.content.BaseResourceTag
-
- net.anotheria.anosite.tags.content.TextResourceTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class TextResourceTag extends BaseResourceTag
Writes out the content of the resource. Writes out a link to the resource in edit mode.- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextResourceTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()protected BoxBeangetBox()StringgetKey()voidsetKey(String key)-
Methods inherited from class net.anotheria.anosite.tags.content.BaseResourceTag
getResourceDataService, getTextResourceByName
-
Methods inherited from class net.anotheria.tags.BaseTagSupport
getId, getName, getProperty, getScope, lookup, quote, release, setId, setName, setProperty, setScope, toString, write, writeLn
-
-
-
-
Method Detail
-
doEndTag
public int doEndTag() throws jakarta.servlet.jsp.JspException- Specified by:
doEndTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjakarta.servlet.jsp.tagext.TagSupport- Throws:
jakarta.servlet.jsp.JspException
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getBox
protected BoxBean getBox()
-
-