|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.beasys.commerce.ebusiness.tags.ScrollableModelTag
This tag helps with the navigation of a scrollable model
by outputting a "Previous | 20-29 | Next" text with
the proper hyperlinks based on the attributes of the
tag.
Those attributes are:
Field Summary |
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 | |
ScrollableModelTag()
|
Method Summary | |
int |
doStartTag()
The tag body: It first extracts the scrollable model using the pipeline session. |
String |
getEvent()
|
HttpSession |
getHttpSession()
Get the Cached HttpSession. |
String |
getId()
Get the value of id. |
String |
getNextstring()
|
String |
getOrigin()
Get the value of origin. |
String |
getPageindex()
|
com.bea.p13n.appflow.common.PipelineSession |
getPipelineSession()
Get the Cached PipelineSession. |
String |
getPrevstring()
|
void |
initialize()
Get the current HttpSession and piplineSession. |
void |
release()
Release this tag. |
void |
setEvent(String e)
|
void |
setId(String id)
Set the value of id. |
void |
setNextstring(String nextString)
|
void |
setOrigin(String s)
Set the value of origin. |
void |
setPageindex(String pageIndex)
|
void |
setPrevstring(String prevString)
|
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScrollableModelTag()
Method Detail |
public void release()
release
in interface Tag
release
in class TagSupport
public HttpSession getHttpSession()
public com.bea.p13n.appflow.common.PipelineSession getPipelineSession()
public void initialize()
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public String getId()
getId
in class TagSupport
public void setId(String id)
setId
in class TagSupport
public String getOrigin()
public void setOrigin(String s)
public String getEvent()
public void setEvent(String e)
public String getPageindex()
public void setPageindex(String pageIndex)
public void setPrevstring(String prevString)
public String getPrevstring()
public void setNextstring(String nextString)
public String getNextstring()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |