A B C F G I J M O P R S V W X 

A

AbstractRequestTypeResolver - Class in org.apache.myfaces.extensions.cdi.jsf.api.request
Base implementation which adds the possibility to provide a custom implementation.
AbstractRequestTypeResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
 
AfterFacesRequest - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.request
Qualifier for observers which should be invoked before the current FacesContext gets destroyed.
AfterPhase - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Qualifier for after-phase observers

B

BEAN_VALIDATION_VALIDATOR_FACTORY - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.JsfModuleBeanNames
used by the bv module to resolve the bv validator-factory configured for jsf (if both codi modules are used)
BeforeFacesRequest - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.request
Qualifier for observers which should be invoked as soon as a jsf request is started.
BeforePhase - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Qualifier for before-phase observers

C

ClientConfig - Class in org.apache.myfaces.extensions.cdi.jsf.api.config
Contains information about whether the user has JavaScript enabled on his client, etc.
ClientConfig() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
 
convertFromFacesClass(PhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Converts the jsf implementation to the codi implementation
convertToFacesClass(JsfPhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Converts the codi implementation to the jsf implementation
COOKIE_NAME_NOSCRIPT_ENABLED - Static variable in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
We will set a cookie with this very name if a noscript link got clicked by the user
createDefaultRequestTypeResolver() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
 

F

FACES - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 

G

getAccessDecisionVoters() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
AccessDecisionVoters which should be invoked to secure the page represented by the current entry.
getBeanClass() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.PageBeanDescriptor
Class of the configured page-bean which is represented by this entry
getBeanName() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.PageBeanDescriptor
Name of the configured page-bean which is represented by this entry
getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves the descriptor for the default-error page
getErrorViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves the descriptor for the inline- (or default-) error-page
getMetaData() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Custom meta-data which is configured for the entry.
getMetaData(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Custom meta-data which is configured for the entry.
getNavigationMode() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Navigation type which should be used if type-safe navigation is used
getPageBeanDescriptors() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Page-bean descriptors for the page represented by the current entry.
getUserAgent(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
This information will get stored as it cannot change during the session anyway.
getViewConfig() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Class which was used for creating the current descriptor
getViewConfigDescriptor(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-id
getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-config-class
getViewConfigDescriptors() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves all descriptors for the known ViewConfigs
getViewId() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
View-ID of the current descriptor
getWindowHandlerHtml() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
This might return different windowhandlers based on user settings like his language, an affiliation, etc
getWindowHandlerResourceLocation() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
For branding the whole windowhandler page - e.g.

I

InitView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
InlineViewConfigRoot - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Only required for inline view-configs! Annotate a marker class or interface with this annotation for marking the package of the marker as base package.
isAlwaysKeepMessages() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
Per default all faces-messages are preserved for the next rendering process
isAlwaysUseNavigationHandlerOnSecurityViolation() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
Per default the current view gets replaced with the error-view (in case of a security-violation).
isApplyRequestValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the apply-request-values phase.
isClientSideWindowHandlerRequest(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
Users can overload this method to define in which scenarios a request should result in an 'intercepted' page with proper windowId detection.
isInitialRedirectEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.
isInvalidValueAwareMessageInterpolatorEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
Allows to use e.g.: "Validation error: {invalidValue} isn't a valid value."
isInvokeApplicationPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the invoke-application phase.
isJavaScriptEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
Defaults to true.
isPartialRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
Exposes if the current request isn't a full request
isPartialRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
Exposes if the current request isn't a full request
isPostRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
Exposes if the current request is a post request
isPostRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
Exposes if the current request is a post request
isProcessValidationsPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the process-validations phase.
isRenderResponsePhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the render-response phase.
isRestoreViewPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the restore-view phase.
isUpdateModelValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
Evaluates if the current phase is the update-model-values phase.
isUseViewConfigsAsNavigationCasesEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
esp useful for JSF 2.0

J

JSF - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 
Jsf - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api
Qualifier for producing artifacts which are improved for the usage in combination with JSF
JsfLifecyclePhaseInformation - Interface in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Allows to detect the current request-lifecycle-phase in a bean.
JsfModuleBeanNames - Interface in org.apache.myfaces.extensions.cdi.jsf.api
Contains all bean names provided by this module
JsfModuleConfig - Class in org.apache.myfaces.extensions.cdi.jsf.api.config
Config for all JSF specific configurations.
JsfModuleConfig() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
 
JsfPhaseId - Enum in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
It isn't possible to use the original implementation of JSF in combination with annotations
JsfPhaseListener - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Annotation for implementations of PhaseListener.
JSP - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 

M

MESSAGE_CONTEXT - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.JsfModuleBeanNames
 

O

org.apache.myfaces.extensions.cdi.jsf.api - package org.apache.myfaces.extensions.cdi.jsf.api
 
org.apache.myfaces.extensions.cdi.jsf.api.config - package org.apache.myfaces.extensions.cdi.jsf.api.config
 
org.apache.myfaces.extensions.cdi.jsf.api.config.view - package org.apache.myfaces.extensions.cdi.jsf.api.config.view
 
org.apache.myfaces.extensions.cdi.jsf.api.listener.phase - package org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
 
org.apache.myfaces.extensions.cdi.jsf.api.listener.request - package org.apache.myfaces.extensions.cdi.jsf.api.listener.request
 
org.apache.myfaces.extensions.cdi.jsf.api.request - package org.apache.myfaces.extensions.cdi.jsf.api.request
 

P

Page - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Stereotype for marking a class as page for type-safe view-configs.
Page.Extension - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Extension of the markup file
Page.NavigationMode - Enum in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Type of the navigation which should be used by the javax.faces.application.NavigationHandler
Page.ViewParameterMode - Enum in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Mode specifies if JSF2 should include view-params
PageBean - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Specifies one or more page-beans via the type-safe view-config.
PageBean.List - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Allows to specify multiple page-beans
PageBeanDescriptor - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Descriptor for page-beans
PageParameter - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
This annotation can be used as interceptor for JSF action methods or as simple annotation at View-Configs annotated with Page or sub-classes of such classes.
PageParameter.List - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
 
PostRenderView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
PrePageAction - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
PreRenderView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.

R

RequestTypeResolver - Interface in org.apache.myfaces.extensions.cdi.jsf.api.request
Pluggable (internal) helper for resolving the type of the current request.

S

setJavaScriptEnabled(boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
Set it to false if you don't like to use the JavaScript based client side windowhandler.

V

valueOf(String) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.NavigationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.ViewParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.NavigationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.ViewParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Returns an array containing the constants of this enum type, in the order they are declared.
ViewConfigDescriptor - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Descriptor for view-configs
ViewConfigResolver - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Resolver for view-configs

W

windowHandlerHtml - Variable in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
 

X

XHTML - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 
A B C F G I J M O P R S V W X 

Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.