org.apache.myfaces.custom.security
Class SecurityContextVariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver
      extended by org.apache.myfaces.custom.security.SecurityContextVariableResolver

public class SecurityContextVariableResolver
extends javax.faces.el.VariableResolver

Author:
cagatay

Constructor Summary
SecurityContextVariableResolver(javax.faces.el.VariableResolver variableresolver)
           
 
Method Summary
 java.lang.Object resolveVariable(javax.faces.context.FacesContext facesContext, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextVariableResolver

public SecurityContextVariableResolver(javax.faces.el.VariableResolver variableresolver)
Method Detail

resolveVariable

public java.lang.Object resolveVariable(javax.faces.context.FacesContext facesContext,
                                        java.lang.String name)
                                 throws javax.faces.el.EvaluationException
Specified by:
resolveVariable in class javax.faces.el.VariableResolver
Throws:
javax.faces.el.EvaluationException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.