|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaceletException | |
---|---|
javax.faces.view.facelets |
Uses of FaceletException in javax.faces.view.facelets |
---|
Subclasses of FaceletException in javax.faces.view.facelets | |
---|---|
class |
TagAttributeException
An Exception caused by a TagAttribute |
class |
TagException
An Exception caused by a Tag |
Methods in javax.faces.view.facelets that throw FaceletException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |