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.BodyTagSupportThis 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.StringBASE_URLUse 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.StringDISABLED_INLINEstatic java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description WikiTag() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclean()intdoAfterBody()voidsetAttributeMap(java.util.Map<java.lang.String,java.lang.Object> map)voidsetBaseUrl(java.lang.String baseURL)voidsetCss(java.lang.String css)voidsetData(Data data)voidsetField(java.lang.String field)voidsetSpan(boolean isSpan)voidsetTruncateLength(int truncateLength)voidsetTruncateSuffix(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:
 doAfterBodyin interfacejavax.servlet.jsp.tagext.IterationTag- Overrides:
 doAfterBodyin classjavax.servlet.jsp.tagext.BodyTagSupport- Throws:
 javax.servlet.jsp.JspException
 
 - 
 
 -