接口 IAcl2

所有已知实现类:
SampleAcl2

public interface IAcl2
页面权限接口2,提供了检查Action是否允许执行
Page permission interface 2, which provides to check whether the Action is allowed to execute
  • 方法详细资料

    • getHtmlCreator

      HtmlCreator getHtmlCreator()
      return the parent object HtmlCreator
      返回:
      the parent object HtmlCreator
    • setHtmlCreator

      void setHtmlCreator(HtmlCreator htmlCreator)
      set the parent object HtmlCreator
      参数:
      htmlCreator - the htmlCreator to set
    • getXmlName

      String getXmlName()
    • setXmlName

      void setXmlName(String xmlName)
      参数:
      xmlName - the _XmlName to set
    • getItemName

      String getItemName()
      返回:
      the _ItemName
    • setItemName

      void setItemName(String itemName)
      参数:
      itemName - the _ItemName to set
    • canRun

      boolean canRun()
      页面是否可执行
      Whether the page can be execute
      返回:
      true: allow/false: deny
    • setRequestValue

      void setRequestValue(RequestValue requestValue)
      设置 RequestValue 参数
      Set the requestValue
      参数:
      requestValue -
    • getRequestValue

      RequestValue getRequestValue()
    • getGoToUrl

      String getGoToUrl()
      跳转页面
      返回:
    • canRunAction

      boolean canRunAction(String actionName)
      是否可执行Action
      Whether to execute the action
      参数:
      actionName - the action name
      返回:
      true: allow/ false: deny
    • getNotRunTitle

      String getNotRunTitle()
      获取不可执行的提示信息
      返回:
      the not run title