ca.bc.gov.webade.tags
Class UserAgreementTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
ca.bc.gov.webade.tags.UserAgreementTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class UserAgreementTag
- extends javax.servlet.jsp.tagext.TagSupport
- Author:
- jross
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
PARAMETERS
The request attribute containing the parameters of the original request. |
static java.lang.String |
PATH
The request attribute containing the original query to be forwarded to
after the user selects a location. |
static java.lang.String |
WEBADE_AGREEMENT_TEXT
The request parameter containing the agreement text. |
static java.lang.String |
WEBADE_USER_AGREEMENT_ID_PARAMETER
The attribute name for the form parameter used to which agreement the user is agreeing to. |
static java.lang.String |
WEBADE_USER_AGREEMENT_IND_PARAMETER
The attribute name for the form parameter used to which if the user is agreeing to the specified agreement. |
| 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 |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PATH
public static final java.lang.String PATH
- The request attribute containing the original query to be forwarded to
after the user selects a location.
- See Also:
- Constant Field Values
PARAMETERS
public static final java.lang.String PARAMETERS
- The request attribute containing the parameters of the original request.
- See Also:
- Constant Field Values
WEBADE_USER_AGREEMENT_ID_PARAMETER
public static final java.lang.String WEBADE_USER_AGREEMENT_ID_PARAMETER
- The attribute name for the form parameter used to which agreement the user is agreeing to.
- See Also:
- Constant Field Values
WEBADE_USER_AGREEMENT_IND_PARAMETER
public static final java.lang.String WEBADE_USER_AGREEMENT_IND_PARAMETER
- The attribute name for the form parameter used to which if the user is agreeing to the specified agreement.
- See Also:
- Constant Field Values
WEBADE_AGREEMENT_TEXT
public static final java.lang.String WEBADE_AGREEMENT_TEXT
- The request parameter containing the agreement text.
- See Also:
- Constant Field Values
UserAgreementTag
public UserAgreementTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException- See Also:
TagSupport.doStartTag()