|
|||||||||
| Home >> All >> org >> roller >> presentation >> weblog >> [ tags overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.roller.presentation.weblog.tags
Class EditWeblogEntriesTag

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.roller.presentation.weblog.tags.EditWeblogEntriesTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class EditWeblogEntriesTag
- extends javax.servlet.jsp.tagext.TagSupport
| Field Summary | |
private static org.apache.commons.logging.Log |
mLogger
|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
EditWeblogEntriesTag()
|
|
| Method Summary | |
int |
doStartTag()
Process start tag. |
private java.lang.String |
evaluateEntryBody(org.roller.pojos.WeblogEntryData entry,
org.roller.presentation.RollerRequest rreq)
Deprecated. This is dangerous, misguided, and no longer used. As such, no longer does as advertised. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mLogger
private static org.apache.commons.logging.Log mLogger
| Constructor Detail |
EditWeblogEntriesTag
public EditWeblogEntriesTag()
| Method Detail |
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Process start tag.
evaluateEntryBody
private java.lang.String evaluateEntryBody(org.roller.pojos.WeblogEntryData entry, org.roller.presentation.RollerRequest rreq) throws org.roller.RollerException
- Deprecated. This is dangerous, misguided, and no longer used. As such,
no longer does as advertised.
- Display the title and body of the entry. The expectation is that any velocimacros/expressions in the title and/or body will be evaluated and displayed.
- Display the title and body of the entry. The expectation is that any velocimacros/expressions in the title and/or body will be evaluated and displayed.
|
|||||||||
| Home >> All >> org >> roller >> presentation >> weblog >> [ tags overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC