org.jboss.seam.el
Class SeamFunctionMapper
java.lang.Object
javax.el.FunctionMapper
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamFunctionMapper
public SeamFunctionMapper(javax.el.FunctionMapper functionMapper)
resolveFunction
public Method resolveFunction(String prefix,
String localName)
- Specified by:
resolveFunction
in class javax.el.FunctionMapper