org.jboss.seam.el
Class SeamFunctionMapper

java.lang.Object
  extended by javax.el.FunctionMapper
      extended by org.jboss.seam.el.SeamFunctionMapper

public class SeamFunctionMapper
extends javax.el.FunctionMapper

Resolves Seam Security EL functions, s:hasRole() and s:hasPermission() by decorating a delegate Unified EL FunctionMapper

Author:
Shane Bryzak

Constructor Summary
SeamFunctionMapper(javax.el.FunctionMapper functionMapper)
           
 
Method Summary
 Method resolveFunction(String prefix, String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamFunctionMapper

public SeamFunctionMapper(javax.el.FunctionMapper functionMapper)
Method Detail

resolveFunction

public Method resolveFunction(String prefix,
                              String localName)
Specified by:
resolveFunction in class javax.el.FunctionMapper