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

Quick Search    Search Deep

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

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.roller.presentation.tags.HybridTag
          extended byorg.roller.presentation.weblog.tags.ViewWeblogEntriesTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ViewWeblogEntriesTag
extends org.roller.presentation.tags.HybridTag


Field Summary
private  java.lang.String mCatName
           
private  java.lang.String mDayTemplate
           
private static org.apache.commons.logging.Log mLogger
           
private  int mMaxEntries
           
 
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
ViewWeblogEntriesTag()
           
 
Method Summary
 int doStartTag(java.io.PrintWriter pw)
          This doStartTag is for the weblog template implementation
 java.lang.String getCatName()
           
 java.lang.String getDayTemplate()
           
 int getMaxEntries()
           
 void setCatName(java.lang.String n)
           
 void setDayTemplate(java.lang.String n)
           
 void setMaxEntries(int v)
           
 java.lang.String view(java.lang.String catName)
           
 java.lang.String view(java.lang.String catName, int maxEntries)
           
 
Methods inherited from class org.roller.presentation.tags.HybridTag
doEndTag, doEndTag, doStartTag, emit, toString
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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, wait, wait, wait
 

Field Detail

mLogger

private static org.apache.commons.logging.Log mLogger

mDayTemplate

private java.lang.String mDayTemplate

mCatName

private java.lang.String mCatName

mMaxEntries

private int mMaxEntries
Constructor Detail

ViewWeblogEntriesTag

public ViewWeblogEntriesTag()
Method Detail

getDayTemplate

public java.lang.String getDayTemplate()

setDayTemplate

public void setDayTemplate(java.lang.String n)

getCatName

public java.lang.String getCatName()

setCatName

public void setCatName(java.lang.String n)

getMaxEntries

public int getMaxEntries()

setMaxEntries

public void setMaxEntries(int v)

view

public java.lang.String view(java.lang.String catName)

view

public java.lang.String view(java.lang.String catName,
                             int maxEntries)

doStartTag

public int doStartTag(java.io.PrintWriter pw)
               throws javax.servlet.jsp.JspException
This doStartTag is for the weblog template implementation