Class OffersTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.echothree.view.client.web.taglib.BaseTag
com.echothree.view.client.web.taglib.OffersTag
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected boolean
protected String
protected String
protected String
protected int
protected TransferProperties
protected String
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
release()
void
setCommandResultVar
(String commandResultVar) void
setCountVar
(String countVar) void
setLogErrors
(Boolean logErrors) void
setOfferCount
(String offerCount) void
setOfferOffset
(String offerOffset) void
setOptions
(String options) void
void
setTransferProperties
(TransferProperties transferProperties) void
Methods inherited from class com.echothree.view.client.web.taglib.BaseTag
getLog, getUserVisitPK, setOptions, translateScope
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 Details
-
options
-
transferProperties
-
offerCount
-
offerOffset
-
var
-
countVar
-
commandResultVar
-
scope
-
logErrors
-
-
Constructor Details
-
OffersTag
public OffersTag()Creates a new instance of OffersTag
-
-
Method Details
-
release
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classjavax.servlet.jsp.tagext.BodyTagSupport
-
setOptions
-
setTransferProperties
-
setOfferCount
-
setOfferOffset
-
setVar
-
setCountVar
-
setCommandResultVar
-
setScope
-
setLogErrors
-
doStartTag
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
-