public class EgovAuthorizeTag
extends org.springframework.web.servlet.tags.RequestContextAwareTag
| Constructor and Description |
|---|
EgovAuthorizeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTagInternal()
evaluates if body content within
|
Long |
getActionId() |
String |
getActionName() |
AuthorizeRule |
getRuleObject() |
void |
setActionId(Long actionId) |
void |
setActionName(String actionName) |
void |
setRuleObject(AuthorizeRule rule) |
doCatch, doFinally, doStartTag, getRequestContextpublic Long getActionId()
public void setActionId(Long actionId)
actionId - The actionId to set.public String getActionName()
public void setActionName(String actionName)
actionName - The actionName to set.public AuthorizeRule getRuleObject()
public void setRuleObject(AuthorizeRule rule)
rule - The rule to set.public int doStartTagInternal()
throws javax.servlet.jsp.JspTagException
doStartTagInternal in class org.springframework.web.servlet.tags.RequestContextAwareTagjavax.servlet.jsp.JspTagExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.