org.tinygroup.jspengine.el.lang
类 FunctionMapperImpl

java.lang.Object
  继承者 javax.el.FunctionMapper
      继承者 org.tinygroup.jspengine.el.lang.FunctionMapperImpl
所有已实现的接口:
Externalizable, Serializable

public class FunctionMapperImpl
extends javax.el.FunctionMapper
implements Externalizable

版本:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $
作者:
Jacob Hookom [jacob@hookom.net]
另请参见:
序列化表格

嵌套类摘要
static class FunctionMapperImpl.Function
           
 
字段摘要
protected  Map functions
           
 
构造方法摘要
FunctionMapperImpl()
           
 
方法摘要
 void addFunction(String prefix, String localName, Method m)
           
 void readExternal(ObjectInput in)
           
 Method resolveFunction(String prefix, String localName)
           
 void writeExternal(ObjectOutput out)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

functions

protected Map functions
构造方法详细信息

FunctionMapperImpl

public FunctionMapperImpl()
方法详细信息

resolveFunction

public Method resolveFunction(String prefix,
                              String localName)
指定者:
javax.el.FunctionMapper 中的 resolveFunction

addFunction

public void addFunction(String prefix,
                        String localName,
                        Method m)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
指定者:
接口 Externalizable 中的 writeExternal
抛出:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
指定者:
接口 Externalizable 中的 readExternal
抛出:
IOException
ClassNotFoundException


Copyright © 2006–2014 开源组织. All rights reserved.