当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
SeamELFunctionMapper (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.jsf
Class SeamELFunctionMapper
java.lang.Object
   javax.el.FunctionMapper
javax.el.FunctionMapper
       com.sun.el.lang.FunctionMapperImpl
com.sun.el.lang.FunctionMapperImpl
           org.jboss.seam.jsf.SeamELFunctionMapper
org.jboss.seam.jsf.SeamELFunctionMapper
- All Implemented Interfaces: 
- Externalizable, Serializable
- public class SeamELFunctionMapper 
- extends com.sun.el.lang.FunctionMapperImpl
Resolves Seam EL functions to their corresponding methods.
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
 
| Nested classes/interfaces inherited from class com.sun.el.lang.FunctionMapperImpl | 
| com.sun.el.lang.FunctionMapperImpl.Function | 
 
 
| Fields inherited from class com.sun.el.lang.FunctionMapperImpl | 
| functions | 
 
 
 
| Methods inherited from class com.sun.el.lang.FunctionMapperImpl | 
| addFunction, readExternal, writeExternal | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SeamELFunctionMapper
public SeamELFunctionMapper()
resolveFunction
public Method resolveFunction(String prefix,
                              String localName)
- 
- Overrides:
- resolveFunctionin class- com.sun.el.lang.FunctionMapperImpl
 
-