Class BaseResourceTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- net.anotheria.tags.BaseTagSupport
-
- net.anotheria.anosite.tags.content.BaseResourceTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
- Direct Known Subclasses:
TextResourceTag
public abstract class BaseResourceTag extends net.anotheria.tags.BaseTagSupportBase tag for handling resources in the jsp.- Author:
- lrosenberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseResourceTag()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static IASResourceDataServicegetResourceDataService()protected TextResourcegetTextResourceByName(String key)Returns a text resource by its name.-
Methods inherited from class net.anotheria.tags.BaseTagSupport
getId, getName, getProperty, getScope, lookup, quote, release, setId, setName, setProperty, setScope, toString, write, writeLn
-
-
-
-
Method Detail
-
getResourceDataService
protected static IASResourceDataService getResourceDataService()
-
getTextResourceByName
protected TextResource getTextResourceByName(String key) throws jakarta.servlet.jsp.JspException
Returns a text resource by its name.- Parameters:
key- TODO dummy comment for javadoc.- Returns:
- TODO dummy comment for javadoc.
- Throws:
jakarta.servlet.jsp.JspException- TODO dummy comment for javadoc.
-
-