org.apache.myfaces.trinidadinternal.share.expl
Class NSFunctionMapper

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.share.expl.NSFunctionMapper

public abstract class NSFunctionMapper
extends java.lang.Object

NSFunctionMapper is the abstraction for mapping namespaced names to functions.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/expl/NSFunctionMapper.java#0 $) $Date: 10-nov-2005.19:00:14 $
Author:
The Oracle ADF Faces Team

Constructor Summary
NSFunctionMapper()
           
 
Method Summary
abstract  Function resolveFunction(java.lang.String namespaceURI, java.lang.String localName)
          Returns the function for this namespace and name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSFunctionMapper

public NSFunctionMapper()
Method Detail

resolveFunction

public abstract Function resolveFunction(java.lang.String namespaceURI,
                                         java.lang.String localName)
Returns the function for this namespace and name. This should return a public static Method.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.