类 SampleAcl2

java.lang.Object
com.gdxsoft.easyweb.acl.SampleAcl2
所有已实现的接口:
IAcl2

public class SampleAcl2 extends Object implements IAcl2
  • 构造器详细资料

    • SampleAcl2

      public SampleAcl2()
  • 方法详细资料

    • canRun

      public boolean canRun()
      从接口复制的说明: IAcl2
      页面是否可执行
      Whether the page can be execute
      指定者:
      canRun 在接口中 IAcl2
      返回:
      true: allow/false: deny
    • setRequestValue

      public void setRequestValue(RequestValue requestValue)
      从接口复制的说明: IAcl2
      设置 RequestValue 参数
      Set the requestValue
      指定者:
      setRequestValue 在接口中 IAcl2
    • getRequestValue

      public RequestValue getRequestValue()
      指定者:
      getRequestValue 在接口中 IAcl2
    • getGoToUrl

      public String getGoToUrl()
      从接口复制的说明: IAcl2
      跳转页面
      指定者:
      getGoToUrl 在接口中 IAcl2
      返回:
      the _GoToUrl
    • canRunAction

      public boolean canRunAction(String actionName)
      从接口复制的说明: IAcl2
      是否可执行Action
      Whether to execute the action
      指定者:
      canRunAction 在接口中 IAcl2
      参数:
      actionName - the action name
      返回:
      true: allow/ false: deny
    • getNotRunTitle

      public String getNotRunTitle()
      从接口复制的说明: IAcl2
      获取不可执行的提示信息
      指定者:
      getNotRunTitle 在接口中 IAcl2
      返回:
      the not run title
    • getHtmlCreator

      public HtmlCreator getHtmlCreator()
      从接口复制的说明: IAcl2
      return the parent object HtmlCreator
      指定者:
      getHtmlCreator 在接口中 IAcl2
      返回:
      the htmlCreator
    • setHtmlCreator

      public void setHtmlCreator(HtmlCreator htmlCreator)
      从接口复制的说明: IAcl2
      set the parent object HtmlCreator
      指定者:
      setHtmlCreator 在接口中 IAcl2
      参数:
      htmlCreator - the htmlCreator to set
    • getXmlName

      public String getXmlName()
      指定者:
      getXmlName 在接口中 IAcl2
      返回:
      the _XmlName
    • setXmlName

      public void setXmlName(String xmlName)
      指定者:
      setXmlName 在接口中 IAcl2
      参数:
      xmlName - the _XmlName to set
    • getItemName

      public String getItemName()
      指定者:
      getItemName 在接口中 IAcl2
      返回:
      the _ItemName
    • setItemName

      public void setItemName(String itemName)
      指定者:
      setItemName 在接口中 IAcl2
      参数:
      itemName - the _ItemName to set