|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.view.facelets.tag.composite.CompositeResourceLibrary
public class CompositeResourceLibrary
This class create composite component tag handlers for "http://java.sun.com/jsf/composite/" namespace. Note that the class that create composite component tag handlers using its own namespace defined in facelet taglib .xml file see TagLibraryConfig.TagLibraryImpl
| Field Summary | |
|---|---|
static String |
NAMESPACE_PREFIX
|
| Constructor Summary | |
|---|---|
CompositeResourceLibrary()
|
|
| 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 |
| 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_PREFIX
| Constructor Detail |
|---|
public CompositeResourceLibrary()
| Method Detail |
|---|
public boolean containsFunction(String ns,
String name)
TagLibrary
containsFunction in interface TagLibraryns - namespacename - function name
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 Method createFunction(String ns,
String name)
TagLibrary
createFunction in interface TagLibraryns - namespacename - function name
public TagHandler createTagHandler(String ns,
String localName,
TagConfig tag)
throws FacesException
TagLibrary
createTagHandler in interface TagLibraryns - namespacelocalName - local nametag - configuration information
FacesException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||