|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.beasys.commerce.ebusiness.tags.ScrollableModelTag
@Deprecated public class 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()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doStartTag()
Deprecated The tag body: It first extracts the scrollable model using the pipeline session. |
String |
getEvent()
Deprecated |
javax.servlet.http.HttpSession |
getHttpSession()
Deprecated Get the Cached HttpSession. |
String |
getId()
Deprecated Get the value of id. |
String |
getNextstring()
Deprecated |
String |
getOrigin()
Deprecated Get the value of origin. |
String |
getPageindex()
Deprecated |
String |
getPrevstring()
Deprecated |
void |
initialize()
Deprecated Get the current HttpSession and piplineSession. |
void |
release()
Deprecated Release this tag. |
void |
setEvent(String e)
Deprecated |
void |
setId(String id)
Deprecated Set the value of id. |
void |
setNextstring(String nextString)
Deprecated |
void |
setOrigin(String s)
Deprecated Set the value of origin. |
void |
setPageindex(String pageIndex)
Deprecated |
void |
setPrevstring(String prevString)
Deprecated |
| 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 javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic javax.servlet.http.HttpSession getHttpSession()
public void initialize()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(String id)
setId in class javax.servlet.jsp.tagext.TagSupportpublic 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()
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||