Package com.jalios.jcms.taglib
Class WikiTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.WikiTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class WikiTag extends javax.servlet.jsp.tagext.BodyTagSupport
This tag formats its body with wiki formatting rules.- Version:
- $Revision: 134000 $
- Author:
- Olivier Dedieu
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASE_URL
Use this request attribute to force a specific base URL to be used in the WikiTag, if this value is specified, it will supercede any other value.static java.lang.String
DISABLED_INLINE
static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description WikiTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clean()
int
doAfterBody()
void
setAttributeMap(java.util.Map<java.lang.String,java.lang.Object> map)
void
setBaseUrl(java.lang.String baseURL)
void
setCss(java.lang.String css)
void
setData(Data data)
void
setField(java.lang.String field)
void
setSpan(boolean isSpan)
void
setTruncateLength(int truncateLength)
void
setTruncateSuffix(java.lang.String truncateSuffix)
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
BASE_URL
public static final java.lang.String BASE_URL
Use this request attribute to force a specific base URL to be used in the WikiTag, if this value is specified, it will supercede any other value.- See Also:
- Constant Field Values
-
DISABLED_INLINE
public static final java.lang.String DISABLED_INLINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setCss
public void setCss(java.lang.String css)
-
setSpan
public void setSpan(boolean isSpan)
-
setBaseUrl
public void setBaseUrl(java.lang.String baseURL)
-
setData
public void setData(Data data)
-
setField
public void setField(java.lang.String field)
-
setAttributeMap
public void setAttributeMap(java.util.Map<java.lang.String,java.lang.Object> map)
-
setTruncateLength
public void setTruncateLength(int truncateLength)
-
setTruncateSuffix
public void setTruncateSuffix(java.lang.String truncateSuffix)
-
clean
protected void clean()
-
doAfterBody
public int doAfterBody() throws javax.servlet.jsp.JspException
- Specified by:
doAfterBody
in interfacejavax.servlet.jsp.tagext.IterationTag
- Overrides:
doAfterBody
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
-
-