|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaceletException | |
---|---|
com.sun.facelets | Public Facelet API. |
com.sun.facelets.compiler | Facelet compiler package, not for extension. |
com.sun.facelets.impl | Default implementation of the Facelets API. |
com.sun.facelets.tag | Tags and other objects that define Facelet implementations. |
com.sun.facelets.tag.jsf | |
com.sun.facelets.tag.jsf.core | Tag Library for http://java.sun.com/jsf/core. |
com.sun.facelets.tag.jstl.core | Tag Library for http://java.sun.com/jstl/core. |
com.sun.facelets.tag.ui | Tag Library for http://java.sun.com/jsf/ui. |
Uses of FaceletException in com.sun.facelets |
---|
Methods in com.sun.facelets that throw FaceletException | |
---|---|
void |
FaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
boolean |
TemplateClient.apply(FaceletContext ctx,
UIComponent parent,
String name)
This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for. |
abstract void |
Facelet.apply(FacesContext facesContext,
UIComponent parent)
The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification. |
abstract Facelet |
FaceletFactory.getFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
abstract boolean |
FaceletContext.includeDefinition(UIComponent parent,
String name)
This method will walk through the TemplateClient stack to resolve and apply the definition for the passed name. |
abstract void |
FaceletContext.includeFacelet(UIComponent parent,
String relativePath)
Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in JSP) |
abstract void |
FaceletContext.includeFacelet(UIComponent parent,
URL absolutePath)
Include another Facelet defined at some path, absolute to this ClassLoader/OS |
Uses of FaceletException in com.sun.facelets.compiler |
---|
Methods in com.sun.facelets.compiler that throw FaceletException | |
---|---|
void |
EncodingHandler.apply(FaceletContext ctx,
UIComponent parent)
|
FaceletHandler |
Compiler.compile(URL src,
String alias)
|
protected abstract FaceletHandler |
Compiler.doCompile(URL src,
String alias)
|
FaceletHandler |
SAXCompiler.doCompile(URL src,
String alias)
|
Uses of FaceletException in com.sun.facelets.impl |
---|
Methods in com.sun.facelets.impl that throw FaceletException | |
---|---|
Facelet |
DefaultFaceletFactory.getFacelet(String uri)
|
Facelet |
DefaultFaceletFactory.getFacelet(URL url)
Create a Facelet from the passed URL. |
Uses of FaceletException in com.sun.facelets.tag |
---|
Subclasses of FaceletException in com.sun.facelets.tag | |
---|---|
class |
TagAttributeException
An Exception caused by a TagAttribute |
class |
TagException
An Exception caused by a Tag |
Methods in com.sun.facelets.tag that throw FaceletException | |
---|---|
void |
CompositeFaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
|
Uses of FaceletException in com.sun.facelets.tag.jsf |
---|
Methods in com.sun.facelets.tag.jsf that throw FaceletException | |
---|---|
void |
ConvertHandler.apply(FaceletContext ctx,
UIComponent parent)
Set Converter instance on parent ValueHolder if it's not being restored. |
void |
ValidateHandler.apply(FaceletContext ctx,
UIComponent parent)
TODO |
Uses of FaceletException in com.sun.facelets.tag.jsf.core |
---|
Methods in com.sun.facelets.tag.jsf.core that throw FaceletException | |
---|---|
void |
ActionListenerHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
AttributeHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
FacetHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
LoadBundleHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation. |
void |
PhaseListenerHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
SetPropertyActionListenerHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ValueChangeListenerHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation. |
void |
ViewHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation. |
protected Converter |
ConvertDateTimeHandler.createConverter(FaceletContext ctx)
Returns a new DateTimeConverter |
protected Converter |
ConvertDelegateHandler.createConverter(FaceletContext ctx)
Uses the specified "converterId" to pull an instance from the Application |
protected Converter |
ConvertNumberHandler.createConverter(FaceletContext ctx)
Returns a new NumberConverter |
Uses of FaceletException in com.sun.facelets.tag.jstl.core |
---|
Methods in com.sun.facelets.tag.jstl.core that throw FaceletException | |
---|---|
void |
CatchHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ChooseHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ChooseOtherwiseHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ChooseWhenHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ForEachHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
SetHandler.apply(FaceletContext ctx,
UIComponent parent)
|
Uses of FaceletException in com.sun.facelets.tag.ui |
---|
Methods in com.sun.facelets.tag.ui that throw FaceletException | |
---|---|
void |
CompositionHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
ParamHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
DecorateHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
DefineHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
IncludeHandler.apply(FaceletContext ctx,
UIComponent parent)
|
void |
InsertHandler.apply(FaceletContext ctx,
UIComponent parent)
|
boolean |
CompositionHandler.apply(FaceletContext ctx,
UIComponent parent,
String name)
|
boolean |
DecorateHandler.apply(FaceletContext ctx,
UIComponent parent,
String name)
|
boolean |
InsertHandler.apply(FaceletContext ctx,
UIComponent parent,
String name)
|
void |
DefineHandler.applyDefinition(FaceletContext ctx,
UIComponent parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |