类 SecurityUIBean

java.lang.Object
org.beangle.struts2.view.component.Component
org.beangle.struts2.view.component.UIBean
org.openurp.web.view.component.SecurityUIBean
直接已知子类:
Guard

public abstract class SecurityUIBean extends org.beangle.struts2.view.component.UIBean
基于授权访问的bean
版本:
$Id: SecurityUIBean.java Jul 2, 2011 9:24:56 AM chaostone $
作者:
chaostone
  • 字段概要

    从类继承的字段 org.beangle.struts2.view.component.UIBean

    cssClass, id, theme

    从类继承的字段 org.beangle.struts2.view.component.Component

    COMPONENT_STACK, parameters, stack
  • 构造器概要

    构造器
    构造器
    说明
    SecurityUIBean(com.opensymphony.xwork2.util.ValueStack stack, org.beangle.security.authz.Authorizer authorizer)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected abstract String
     
    protected boolean
     
    boolean
    start(Writer writer)
     

    从类继承的方法 org.beangle.struts2.view.component.UIBean

    end, evaluateParams, generateIdIfEmpty, getContainer, getCssClass, getId, getParameterString, getRequest, getRequestParameter, getRequestURI, getText, getText, getTheme, getValue, mergeTemplate, processLabel, render, setCssClass, setId, setTheme

    从类继承的方法 org.beangle.struts2.view.component.Component

    addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, popComponentStack, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SecurityUIBean

      public SecurityUIBean(com.opensymphony.xwork2.util.ValueStack stack, org.beangle.security.authz.Authorizer authorizer)
  • 方法详细资料

    • start

      public boolean start(Writer writer)
      覆盖:
      start 在类中 org.beangle.struts2.view.component.Component
    • isAuthorize

      protected boolean isAuthorize(String res)
    • getResource

      protected abstract String getResource()