Class ConfirmAuthorization
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- edu.cornell.mannlib.vitro.webapp.web.jsptags.ConfirmAuthorization
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class ConfirmAuthorization extends javax.servlet.jsp.tagext.BodyTagSupportConfirm that the user is authorized to perform each of the RequestedActions. The user specifies the actions as the "requestedActions" attribute of the HTTP request. The attribute must contain either a RequestedAction or an array of RequestedActions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfirmAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()This is all of it.-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionThis is all of it. If they are authorized, continue. Otherwise, redirect.- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.BodyTagSupport- Throws:
javax.servlet.jsp.JspException
-
-