Package com.aoindustries.taglib
Class ResourceEditorTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoindustries.encoding.taglib.EncodingNullTag
-
- com.aoindustries.taglib.ResourceEditorTag
-
public class ResourceEditorTag extends EncodingNullTag
Allows editing of the website resource bundles through the website itself. This should be placed immediately before the body tag is closed. If no lookups have been recorded, such as when the resource editor is disable, this will not create the editor.- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description ResourceEditorTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTag(Writer out)
MediaType
getOutputType()
-
Methods inherited from class com.aoindustries.encoding.taglib.EncodingNullTag
doTag, invoke, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Method Detail
-
getOutputType
public MediaType getOutputType()
- Specified by:
getOutputType
in classEncodingNullTag
-
doTag
protected void doTag(Writer out) throws JspException, IOException
- Overrides:
doTag
in classEncodingNullTag
- Throws:
JspException
IOException
-
-