|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--org.ejtools.servlet.http.jsp.tagext.iteration.PreviousPageTag
Description of the Class
| Field Summary | |
protected java.lang.String |
current
Description of the Field |
protected java.lang.String |
length
Description of the Field |
protected java.lang.String |
scope
Description of the Field |
protected java.lang.String |
size
Description of the Field |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 | |
PreviousPageTag()
|
|
| Method Summary | |
int |
doStartTag()
Description of the Method |
java.lang.String |
getCurrent()
Returns the start. |
java.lang.String |
getLength()
Returns the page. |
java.lang.String |
getScope()
Getter for the scope attribute |
java.lang.String |
getSize()
Returns the length. |
void |
release()
Release all allocated resources. |
void |
setCurrent(java.lang.String current)
Sets the current. |
void |
setLength(java.lang.String length)
Sets the length. |
void |
setScope(java.lang.String scope)
Sets the scope. |
void |
setSize(java.lang.String size)
Sets the size. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
protected java.lang.String current
protected java.lang.String length
protected java.lang.String scope
protected java.lang.String size
| Constructor Detail |
public PreviousPageTag()
| Method Detail |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - Description of Exceptionpublic java.lang.String getCurrent()
public java.lang.String getLength()
public java.lang.String getScope()
public java.lang.String getSize()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setCurrent(java.lang.String current)
current - The current to setpublic void setLength(java.lang.String length)
length - The length to setpublic void setScope(java.lang.String scope)
scope - The scope to setpublic void setSize(java.lang.String size)
size - The size to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||