A B C D F G I J M N O P R S V 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 javax.faces.context.FacesContext gets destroyed.
AfterPhase - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
 

B

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
 

C

ClientConfig - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config
Contains information about whether the user has JavaScript enabled on his client, etc.
convertFromFacesClass(PhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
 
convertToFacesClass(JsfPhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
 
createDefaultRequestTypeResolver() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
 

D

DEFAULT_WINDOW_HANDLER_HTML_FILE - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
The location of the default windowhandler resource

F

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

G

getFromView() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.view.PreViewConfigNavigateEvent
Provides the navigation source.
getToView() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.view.PreViewConfigNavigateEvent
Provides the navigation target.
getWindowHandlerHtml() - Method in interface 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 interface org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
For branding the windowhandler page - e.g. change the backgroundcolour or the language of the message text - you can just copy the content of the ClientConfig.DEFAULT_WINDOW_HANDLER_HTML_FILE and adopt it to your needs.

I

InitView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
isApplyRequestValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isInitialRedirectEnabled() - Method in interface 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.
isInvokeApplicationPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isJavaScriptEnabled() - Method in interface 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
 
isPartialRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
 
isPostRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
 
isPostRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
 
isProcessValidationsPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isRenderResponsePhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isRestoreViewPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isUpdateModelValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
 
isUseViewConfigsAsNavigationCasesEnabled() - Method in interface 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 - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config
Config for all JSF specific configurations.
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
 

N

navigateTo(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.view.PreViewConfigNavigateEvent
Allows to change the navigation target.

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
 
Page.NavigationMode - Enum in org.apache.myfaces.extensions.cdi.jsf.api.config.view
 
Page.ViewParameter - Enum in org.apache.myfaces.extensions.cdi.jsf.api.config.view
 
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
 
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.
PreViewConfigNavigateEvent - Class in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Event will be fired before the navigation (from and to a view-config based page) occurs.
PreViewConfigNavigateEvent(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.api.config.view.PreViewConfigNavigateEvent
 

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 interface 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.ViewParameter
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.ViewParameter
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.

X

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

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

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