站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.1 API 英文版文档

SeamELFunctionMapper (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档


org.jboss.seam.jsf
Class SeamELFunctionMapper

java.lang.Object
  extended by javax.el.FunctionMapper
      extended by com.sun.el.lang.FunctionMapperImpl
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.sun.el.lang.FunctionMapperImpl
com.sun.el.lang.FunctionMapperImpl.Function
 
Field Summary
 
Fields inherited from class com.sun.el.lang.FunctionMapperImpl
functions
 
Constructor Summary
SeamELFunctionMapper()
           
 
Method Summary
 Method resolveFunction(String prefix, String localName)
           
 
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
 

Constructor Detail

SeamELFunctionMapper

public SeamELFunctionMapper()
Method Detail

resolveFunction

public Method resolveFunction(String prefix,
                              String localName)
Overrides:
resolveFunction in class com.sun.el.lang.FunctionMapperImpl