Package | Description |
---|---|
javax.faces | |
javax.faces.application | |
javax.faces.component | |
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 | Class and Description |
---|---|
class |
ViewExpiredException
See Javadoc of JSF Specification
|
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)
Deprecated.
|
UIComponent |
Application.createComponent(javax.el.ValueExpression componentExpression,
FacesContext facesContext,
String componentType) |
abstract Validator |
Application.createValidator(String validatorId) |
ResourceBundle |
Application.getResourceBundle(FacesContext ctx,
String name) |
void |
ViewHandler.initView(FacesContext context)
Method must be called by the JSF impl at the beginning of Phase Restore View of the JSF
lifecycle.
|
void |
ViewHandlerWrapper.initView(FacesContext context) |
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender)
Combine the output of all the components in the viewToRender with data from the
original view template (if any) and write the result to context.externalContext.response.
|
void |
ViewHandlerWrapper.renderView(FacesContext context,
UIViewRoot viewToRender) |
Modifier and Type | Method and Description |
---|---|
boolean |
UIComponent.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Invokes the
invokeContextCallback method with the component, specified by clientId . |
boolean |
UIComponentBase.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
invokeOnComponent must be implemented in UIComponentBase too... |
boolean |
UIData.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback) |
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
Deprecated.
|
class |
MethodNotFoundException
Deprecated.
|
class |
PropertyNotFoundException
Deprecated.
|
class |
ReferenceSyntaxException
Deprecated.
|
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 © 2013 Apache Software Foundation. All Rights Reserved.