Package | Description |
---|---|
javax.faces | |
javax.faces.application | |
javax.faces.context | |
javax.faces.convert | |
javax.faces.el | |
javax.faces.event | |
javax.faces.lifecycle | |
javax.faces.validator |
Modifier and Type | Method and Description |
---|---|
static Object |
FactoryFinder.getFactory(String factoryName) |
static void |
FactoryFinder.releaseFactories() |
Modifier and Type | Method and Description |
---|---|
abstract UIComponent |
Application.createComponent(String componentType)
Create a new UIComponent subclass, using the mappings defined by previous
calls to the addComponent method of this class.
|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Create an object which has an associating "binding" expression tying the component
to a user property.
|
abstract Validator |
Application.createValidator(String validatorId) |
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender) |
Modifier and Type | Method and Description |
---|---|
abstract FacesContext |
FacesContextFactory.getFacesContext(Object context,
Object request,
Object response,
Lifecycle lifecycle) |
Modifier and Type | Class and Description |
---|---|
class |
ConverterException
see Javadoc of JSF Specification
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationException
see Javadoc of JSF Specification
|
class |
MethodNotFoundException
see Javadoc of JSF Specification
|
class |
PropertyNotFoundException
see Javadoc of JSF Specification
|
class |
ReferenceSyntaxException
see Javadoc of JSF Specification
|
Modifier and Type | Class and Description |
---|---|
class |
AbortProcessingException
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Lifecycle.execute(FacesContext context) |
abstract void |
Lifecycle.render(FacesContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorException
see Javadoc of JSF Specification
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.