java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingBufferedTag
com.semanticcms.core.taglib.PropertyTag
- All Implemented Interfaces:
NameAttribute
,ValueAttribute
,JspTag
,SimpleTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doTag
(BufferResult capturedBody, Writer out) void
setAllowExisting
(boolean allowExisting) void
void
void
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
PropertyTag
public PropertyTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setName
- Specified by:
setName
in interfaceNameAttribute
-
setValue
- Specified by:
setValue
in interfaceValueAttribute
-
setTarget
-
setAllowExisting
public void setAllowExisting(boolean allowExisting) -
doTag
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-