|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.facelets.tag.jstl.fn.JstlFnLibrary
public class JstlFnLibrary
Library for JSTL Functions
| Field Summary | |
|---|---|
static String |
Namespace
|
| Constructor Summary | |
|---|---|
JstlFnLibrary()
|
|
| Method Summary | |
|---|---|
boolean |
containsFunction(String ns,
String name)
If this library contains the specified function name |
boolean |
containsNamespace(String ns)
If this library contains the passed namespace |
boolean |
containsTagHandler(String ns,
String localName)
If this library contains a TagHandler for the namespace and local name |
Method |
createFunction(String ns,
String name)
Return a Method instance for the passed namespace and name |
TagHandler |
createTagHandler(String ns,
String localName,
TagConfig tag)
Create a new instance of a TagHandler, using the passed TagConfig |
static void |
main(String[] argv)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Namespace
| Constructor Detail |
|---|
public JstlFnLibrary()
| Method Detail |
|---|
public boolean containsNamespace(String ns)
TagLibrary
containsNamespace in interface TagLibraryns - namespace
public boolean containsTagHandler(String ns,
String localName)
TagLibrary
containsTagHandler in interface TagLibraryns - namespacelocalName - local name
public TagHandler createTagHandler(String ns,
String localName,
TagConfig tag)
throws FacesException
TagLibrary
createTagHandler in interface TagLibraryns - namespacelocalName - local nametag - configuration information
FacesException
public boolean containsFunction(String ns,
String name)
TagLibrary
containsFunction in interface TagLibraryns - namespacename - function name
public Method createFunction(String ns,
String name)
TagLibrary
createFunction in interface TagLibraryns - namespacename - function name
public static void main(String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||