Package com.aoindustries.taglib
Class BrTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoindustries.encoding.taglib.EncodingNullTag
-
- com.aoindustries.taglib.ElementNullTag
-
- com.aoindustries.taglib.BrTag
-
- All Implemented Interfaces:
ClassAttribute
,DataAttribute
,DirAttribute
,GlobalAttributes
,GlobalBufferedAttributes
,IdAttribute
,StyleAttribute
,DynamicAttributes
,JspTag
,SimpleTag
public class BrTag extends ElementNullTag
- Author:
- AO Industries, Inc.
-
-
Field Summary
-
Fields inherited from class com.aoindustries.taglib.ElementNullTag
global
-
-
Constructor Summary
Constructors Constructor Description BrTag()
-
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.taglib.ElementNullTag
addData, addDynamicAttribute, getClazz, getData, getDir, getId, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyle
-
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
-
-