类 SampleAcl

java.lang.Object
com.gdxsoft.easyweb.acl.SampleAcl
所有已实现的接口:
IAcl
直接已知子类:
DefineAcl

public class SampleAcl extends Object implements IAcl
  • 构造器详细资料

    • SampleAcl

      public SampleAcl()
    • SampleAcl

      public SampleAcl(String xmlName, String itemName)
  • 方法详细资料

    • canRun

      public boolean canRun()
      指定者:
      canRun 在接口中 IAcl
    • getDenyMessage

      public String getDenyMessage()
      指定者:
      getDenyMessage 在接口中 IAcl
    • getXmlName

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

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

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

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

      public void setRequestValue(RequestValue requestValue)
      指定者:
      setRequestValue 在接口中 IAcl
    • getRequestValue

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

      public String getGoToUrl()
      指定者:
      getGoToUrl 在接口中 IAcl
      返回:
      the _GoToUrl
    • setGoToUrl

      public void setGoToUrl(String goToUrl)
      指定者:
      setGoToUrl 在接口中 IAcl
      参数:
      goToUrl - the _GoToUrl to set
    • getHtmlCreator

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

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