Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.presentation.weblog.tags
Class EditWeblogEntriesTag  view EditWeblogEntriesTag download EditWeblogEntriesTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.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.