类 SampleAcl2
java.lang.Object
com.gdxsoft.easyweb.acl.SampleAcl2
- 所有已实现的接口:
IAcl2
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancanRun()页面是否可执行
Whether the page can be executebooleancanRunAction(String actionName) 是否可执行Action
Whether to execute the action跳转页面return the parent object HtmlCreator获取不可执行的提示信息voidsetHtmlCreator(HtmlCreator htmlCreator) set the parent object HtmlCreatorvoidsetItemName(String itemName) voidsetRequestValue(RequestValue requestValue) 设置 RequestValue 参数
Set the requestValuevoidsetXmlName(String xmlName)
-
构造器详细资料
-
SampleAcl2
public SampleAcl2()
-
-
方法详细资料
-
canRun
public boolean canRun()从接口复制的说明:IAcl2页面是否可执行
Whether the page can be execute -
setRequestValue
从接口复制的说明:IAcl2设置 RequestValue 参数
Set the requestValue- 指定者:
setRequestValue在接口中IAcl2
-
getRequestValue
- 指定者:
getRequestValue在接口中IAcl2
-
getGoToUrl
从接口复制的说明:IAcl2跳转页面- 指定者:
getGoToUrl在接口中IAcl2- 返回:
- the _GoToUrl
-
canRunAction
从接口复制的说明:IAcl2是否可执行Action
Whether to execute the action- 指定者:
canRunAction在接口中IAcl2- 参数:
actionName- the action name- 返回:
- true: allow/ false: deny
-
getNotRunTitle
从接口复制的说明:IAcl2获取不可执行的提示信息- 指定者:
getNotRunTitle在接口中IAcl2- 返回:
- the not run title
-
getHtmlCreator
从接口复制的说明:IAcl2return the parent object HtmlCreator- 指定者:
getHtmlCreator在接口中IAcl2- 返回:
- the htmlCreator
-
setHtmlCreator
从接口复制的说明:IAcl2set the parent object HtmlCreator- 指定者:
setHtmlCreator在接口中IAcl2- 参数:
htmlCreator- the htmlCreator to set
-
getXmlName
- 指定者:
getXmlName在接口中IAcl2- 返回:
- the _XmlName
-
setXmlName
- 指定者:
setXmlName在接口中IAcl2- 参数:
xmlName- the _XmlName to set
-
getItemName
- 指定者:
getItemName在接口中IAcl2- 返回:
- the _ItemName
-
setItemName
- 指定者:
setItemName在接口中IAcl2- 参数:
itemName- the _ItemName to set
-