A B C D E F G H I J L M N O P R S T U 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
 
AccessScopeAwareNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.navigation
NavigationHandler needed for the ViewAccessScoped
AccessScopeAwareNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.AccessScopeAwareNavigationHandler
Constructor for wrapping the given NavigationHandler
AccessScopeAwareNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.navigation
AccessScopeAwareNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.AccessScopeAwareNavigationHandler
Constructor for wrapping the given NavigationHandler
activateWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Activates the WindowContext with has the given window-id.
activateWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Activates the given WindowContext
activateWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Activates the WindowContext with has the given window-id.
activateWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Activates the given WindowContext
activateWindowContext(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Activates the WindowContext with has the given window-id.
activateWindowContext(EditableWindowContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Activates the given WindowContext
addBean(BeanEntry<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
Adds a BeanEntry which represents a scoped bean to the current conversation
addBean(BeanEntry<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
Adds a BeanEntry which represents a scoped bean to the current conversation
addBean(BeanEntry<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
Adds a BeanEntry which represents a scoped bean to the current conversation
addInlinePageDefinition(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
addLifecycle(String, Lifecycle) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
addLifecycle(String, Lifecycle) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
addMetaData(String, Object) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
 
addPageBean(Class) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Allows to add page-beans
addPageBean(Class) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Allows to add page-beans
addPageDefinition(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
addPageParameter(String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterContext
 
addPageParameter(PageParameter) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterInterceptor
 
addParameter(String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultPageParameterStrategy
Allows to add the parameter to an (internal) context
addParameter(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterInterceptor
 
addParameter(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterListInterceptor
addParameter(String, String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.PageParameterStrategy
Allows to add the parameter to an (internal) context
addParameters(ExternalContext, String, boolean, boolean, boolean) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Adds the current request-parameters to the given url
addRenderKit(String, RenderKit) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
addRenderKit(String, RenderKit) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
addViewScoped(BeforeBeanDiscovery) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedExtension
 
addViolation(SecurityViolation) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Adds a new SecurityViolation to the context
addWindowContextIdHolderComponent() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Needed for server-side window-handler and client-side window handler for supporting postbacks
addWindowIdIfNecessary(String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.GroupedConversationContextExtension
Adds codi scopes to the container
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
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PhasesLifecycleCallbackPhaseListener
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecyclePhaseListener
ambiguousDefaultErrorViewDefinitionException(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if there are multiple classes which represent the same default-error-view
ambiguousViewConfigRootException(Class, Class) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if there are multiple classes annotated with InlineViewConfigRoot in an web-app.
ambiguousViewDefinitionException(String, Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if there are multiple classes which represent the same view-id
ApplicationStartupBroadcaster - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup
Broadcaster for JsfStartupEvent
ApplicationStartupBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup.ApplicationStartupBroadcaster
 

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)
BeforeAfterFacesRequestBroadcaster - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.request
BeforeAfterFacesRequestBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.BeforeAfterFacesRequestBroadcaster
 
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.
beforeLifecycleExecute(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ClientSideWindowHandler
Is called before the execute portion of the JSF lifecycle starts.
beforeLifecycleExecute(FacesContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.LifecycleAwareWindowHandler
Is called before the execute portion of the JSF lifecycle starts.
BeforePhase - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Qualifier for before-phase observers
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PhasesLifecycleCallbackPhaseListener
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecyclePhaseListener
beginViewConfigExtraction() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
broadcastAfterEvent(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
 
broadcastAfterFacesRequestEvent(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.BeforeAfterFacesRequestBroadcaster
Broadcasts the AfterFacesRequest event
broadcastBeforeEvent(PhaseEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
 
broadcastBeforeFacesRequestEvent(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.BeforeAfterFacesRequestBroadcaster
Broadcasts the BeforeFacesRequest event
broadcastRenderedViewId(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ViewAccessConversationExpirationEvaluatorRegistry
Notifies all ViewAccessConversationExpirationEvaluators about the rendered view
broadcastStartupEvent() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup.ApplicationStartupBroadcaster
Broadcasts the StartupEvent

C

cacheWindowId(ExternalContext, String, boolean) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
 
checkPermission(PhaseEvent, BeanManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViewListener
Checks the permission based on the AccessDecisionVoters which are configured for the current view.
checkPermissionBeforeRendering(PhaseEvent, BeanManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViewListener
Checks the permission based on the AccessDecisionVoters which are configured for the current view.
checkProjectStage(StartupEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.ProjectStageObserver
 
cleanup(PhaseEvent, RequestTypeResolver, EditableWindowContextManager, WindowContextConfig, JsfModuleConfig) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextManagerObserver
 
cleanupInactiveWindowContexts(EditableWindowContextManager) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Allows to cleanup empty or inactive WindowContexts which saves memory
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
 
ClientSideWindowHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
WindowHandler which uses JavaScript to store the windowId.
ClientSideWindowHandler() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ClientSideWindowHandler
 
ClientSideWindowHandler(WindowContextConfig) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ClientSideWindowHandler
 
close() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
Deactivates the conversation and un-scopes all bean instances immediately.
At the next cleanup the whole conversation will be destroyed.
close() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
Deactivates the conversation and un-scopes all bean instances immediately.
At the next cleanup the whole conversation will be destroyed.
closeAllWindowContexts() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Closes all WindowContext of the current user(-session)
closeAllWindowContexts() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Closes all WindowContext of the current user(-session)
closeAllWindowContexts() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Closes all WindowContext of the current user(-session)
CloseConversationGroupInterceptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
This interceptor should be used just in case of simple use-cases.
CloseConversationGroupInterceptor() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CloseConversationGroupInterceptor
 
CloseConversationGroupStrategy - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Marker interface for a pluggable strategy for CloseConversationGroup
closeCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Closes all conversations of the current WindowContext
closeCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Closes all conversations of the current WindowContext
closeCurrentWindowContext() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Closes all conversations of the current WindowContext
closeWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Closes all conversations of the WindowContext with the given window-id
closeWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Closes all conversations of the given WindowContext
closeWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Closes all conversations of the WindowContext with the given window-id
closeWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Closes all conversations of the given WindowContext
closeWindowContext(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Closes all conversations of the WindowContext with the given window-id
closeWindowContext(EditableWindowContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Closes all conversations of the given WindowContext
CodiActionListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.action
Aggregates ActionListener implementations provided by CODI to ensure a deterministic behaviour
CodiActionListener(ActionListener) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.action.CodiActionListener
Constructor for wrapping the given ActionListener
CodiFacesContextFactory - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.request
Factory for wrapping FacesContext with CodiFacesContextWrapper
CodiFacesContextFactory(FacesContextFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.CodiFacesContextFactory
Constructor for wrapping the given FacesContextFactory
CodiFacesContextFactory - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request
keep in sync with org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.CodiFacesContextFactory
CodiFacesContextFactory(FacesContextFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request.CodiFacesContextFactory
Constructor for wrapping the given FacesContextFactory
CodiJsf2SystemEventListener - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system
Attention: currently not used due to issues with the current JSF implementations
CodiJsf2SystemEventListener() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.CodiJsf2SystemEventListener
Constructor which checks the activation of the listener
CodiLifecycleFactoryWrapper - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
Factory for wrapping Lifecycle with CodiLifecycleWrapper
CodiLifecycleFactoryWrapper(LifecycleFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
Constructor for wrapping the given LifecycleFactory
CodiLifecycleFactoryWrapper - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase
keep in sync with org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
CodiLifecycleFactoryWrapper(LifecycleFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
Constructor for wrapping the given LifecycleFactory
CodiNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.navigation
We have to ensure the invocation order for the type-safe navigation feature/s.
CodiNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.CodiNavigationHandler
Constructor for wrapping the given NavigationHandler
CodiNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.navigation
We have to ensure the invocation order for the type-safe navigation feature/s.
CodiNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.CodiNavigationHandler
Constructor for wrapping the given NavigationHandler
CodiRenderKitFactory - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
!!!keep in sync with org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory!!!
CodiRenderKitFactory(RenderKitFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
Constructor for wrapping the given RenderKitFactory
CodiRenderKitFactory - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
We can't extend the CodiRenderKitFactory of the JSF 1.2 module because this class indirectly implements the new FacesWrapper interface.
CodiRenderKitFactory(RenderKitFactory) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
Constructor for wrapping the given RenderKitFactory
CodiViewHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl
Allows a better performance and a fine-grained deactivation of the sub-view handlers btw.
CodiViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
Constructor for wrapping the given ViewHandler
CodiViewHandler - Class in org.apache.myfaces.extensions.cdi.jsf2.impl
CodiViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.CodiViewHandler
consumePhaseListeners() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.PhaseListenerExtension
Exposes the found phase-listeners for the invocation.
ConversationExpirationEvaluator - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Evaluator which calculates if a conversation has been expired
ConversationFactory - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Factory which allows to create custom EditableConversation implementations
ConversationKey - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Key which identifies a conversation
conversationNotEditableException(Conversation) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception in case of a custom implementation of Conversation which doesn't implement EditableConversation
conversationNotFoundException(String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if there is no conversation with the given key
ConversationRequiredUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Helper methods for ConversationRequired
ConversationUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
internal! utils
convertFromFacesClass(PhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Converts the jsf implementation to the codi implementation
convertJsf2Scopes(ProcessAnnotatedType) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped.MappedJsf2ScopeExtension
 
convertToFacesClass(JsfPhaseId) - Static method in enum org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId
Converts the codi implementation to the jsf implementation
convertToScope(BeanManager, Class, Annotation...) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Maps the given conversation-group-key to a scope-annotation
convertToSubGroup(Class<?>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
 
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
create(RenderKit) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.RenderKitWrapperFactory
Creates a RenderKit based on the currently active RenderKit
createBeanEntry(Bean<T>, CreationalContext<T>, boolean, boolean, boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultBeanEntryFactory
Creates a new BeanEntry which will be used for storing all data needed for creating and managing a scoped bean
createContext(MessageContext, Instance<MessageFactory>, Instance<ELProvider>, Instance<ArgumentFilter>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareMessageContextProducer
Creates a specialized MessageContext for JSF which delegates to jsf mechanisms (as fallback)
createContextForEL(MessageContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareMessageContextProducer
Creates a map for using the el-map-trick.
createConversation(ConversationKey, ConversationConfig) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.JsfAwareConversationFactory
createConversation(ConversationKey, ConversationConfig) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.ConversationFactory
createConversation(Class<?>, Annotation...) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
 
createDefaultRequestTypeResolver() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
 
createDefaultRequestTypeResolver() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.request.DefaultRequestTypeResolver
createDefaultRequestTypeResolver() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.request.DefaultRequestTypeResolver
createSecurityAwareViewHandler() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
 
createSecurityAwareViewHandler() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.CodiViewHandler
 
createValidatorFactory(JsfModuleConfig) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.bv.resolver.JsfValidatorFactoryProducer
 
createView(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
createView(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
createView(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.security.SecurityAwareViewHandler
see EXTCDI-167
createViewConfigDescriptor(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
createWindowContext(String, WindowContextConfig, ConversationConfig) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowContextFactory
Creates an EditableWindowContext for the given window-id, WindowContextConfig and ConversationConfig
createWindowContextManager(WindowContextConfig, ConversationConfig) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowContextManagerFactory
createWindowId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
Creates a new and unique window-id for the current user-session
createWindowId() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler
Creates a new and unique window-id for the current user-session
currentConversation(InjectionPoint, WindowContextManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers
 
currentFacesContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.FacesInformationProducer
Using a request scoped proxy ensures a serializable proxy.
currentWindow(WindowContextManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers
 
currentWindowContext(WindowContextManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers
 

D

deactivate() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
has to expire a conversation.
deactivate() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
has to expire a conversation.
deactivate() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
has to expire a conversation.
DefaultAccessDecisionVoterStateContext - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
DefaultAccessDecisionVoterStateContext() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
 
DefaultBeanEntryFactory - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultBeanEntryFactory() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultBeanEntryFactory
 
DefaultCloseConversationGroupStrategy - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultCloseConversationGroupStrategy() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultCloseConversationGroupStrategy
 
DefaultConversation - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultConversation(ConversationKey, ConversationExpirationEvaluator, ConversationConfig, BeanManager) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
Constructor which creates a conversation for the given ConversationKey, ConversationExpirationEvaluator, ConversationConfig and BeanManager
DefaultPageParameterStrategy - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
DefaultPageParameterStrategy() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultPageParameterStrategy
 
DefaultRequestLifecycleCallbackEntry - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
DefaultRequestTypeResolver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.request
DefaultRequestTypeResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.request.DefaultRequestTypeResolver
 
DefaultRequestTypeResolver - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.request
DefaultRequestTypeResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.request.DefaultRequestTypeResolver
 
DefaultSecurityStrategy - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
DefaultSecurityStrategy() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultSecurityStrategy
 
DefaultViewConfigDescriptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
DefaultViewConfigDescriptor(String, Class<? extends ViewConfig>, Page.NavigationMode, Page.ViewParameterMode, List<Class<? extends AccessDecisionVoter>>, Class<? extends ViewConfig>, List<Annotation>) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Constructor for creating a ViewConfigDescriptor
DefaultViewConfigResolver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
DefaultViewConfigResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
 
DefaultViewControllerStrategy - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
Strategy which allows to restrict calls to phase-listener-methods
DefaultViewControllerStrategy() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.DefaultViewControllerStrategy
 
DefaultViewNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Navigation handler for view-configs
DefaultViewNavigationHandler() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.DefaultViewNavigationHandler
 
DefaultWindowContextManager - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultWindowContextManager(WindowContextConfig, ConversationConfig, ProjectStage, BeanManager) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
 
DefaultWindowContextQuotaHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultWindowContextQuotaHandler() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextQuotaHandler
Default constructor required by proxy libs
DefaultWindowContextQuotaHandler(WindowContextConfig) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextQuotaHandler
Constructor used by the container for creating the WindowContextQuotaHandler based on the given WindowContextConfig
DefaultWindowHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
DefaultWindowHandler() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
 
DefaultWindowHandler(WindowContextConfig) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
 
detectActiveJsfVersion() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.JsfModuleStartupObserver
 
detectJsfModuleVersion() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.JsfModuleStartupObserver
 
DevUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Helper for handling special constellations in case of project-stage dev.
DevUtils() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.util.DevUtils
 
dispatch(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext

E

EditableConversation - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Allows to implement custom implementations of Conversation
EditableViewConfigDescriptor - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Allows to provide a custom ViewConfigDescriptor
EditableWindowContext - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Allows to implement custom implementations of WindowContext
EditableWindowContextManager - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Allows to implement custom implementations of WindowContextManager
EditableWindowContextManagerProxy - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
EditableWindowContextManagerProxy() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
 
EditableWindowContextManagerProxy(WindowContextConfig, ConversationConfig, BeanManager) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Workaround for a producer-method which produces a session-scoped instance.
encodeActionURL(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
Adds the current window-id to the URL (if permitted)
encodeActionURL(String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.RedirectedConversationAwareExternalContext
Adds the current window-id to the URL (if permitted)
encodeNamespace(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
encodeResourceURL(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
encodeURL(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
Allows to intercept the URL encoding
encodeURL(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler
Allows to intercept the URL encoding
encodeURLParameterValue(String, ExternalContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Encodes the given value using URLEncoder.encode() with the charset returned from ExternalContext.getResponseCharacterEncoding().
endViewConfigExtraction() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
ensureExistingConversation(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationRequiredUtils
Checks if the page-bean for the current view hosts ConversationRequired and the conversation has been started or the current page is an allowed entry-point for the conversation.
equals(Object) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
ExceptionUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Helper for exceptions
execute(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultPageParameterStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
execute(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.DefaultViewControllerStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
execute(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultCloseConversationGroupStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
execute(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultSecurityStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
EXISTING_WINDOW_ID_SET_KEY - Static variable in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
 
expire() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ConversationExpirationEvaluator
Marks the conversation as invalid
extractInlineViewConfig(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.ViewConfigExtractor
Creates a EditableViewConfigDescriptor for the given inline view-config class
extractViewConfig(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.ViewConfigExtractor
Creates a EditableViewConfigDescriptor for the given view-config class

F

FACES - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 
FACES_CONTEXT_MANUAL_WRAPPER_KEY - Static variable in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
 
FacesInformationProducer - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Producer for JSF artifacts
FacesInformationProducer() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.util.FacesInformationProducer
 
FacesMessageEntry - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.request
Entry for FacesMessage which have to be stored longer than a request
FacesMessageEntry() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.FacesMessageEntry
 
FacesMessageEntry(String, FacesMessage) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.FacesMessageEntry
Constructor for creating the entry for the given component-id and FacesMessage
filterDeniedInvocations(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor
Triggers the registered AccessDecisionVoters
filterJsfPhaseListeners(ProcessAnnotatedType) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.PhaseListenerExtension
Filters beans annotated with JsfPhaseListener.
filterPhaseListenerMethods(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.ViewControllerInterceptor
Alternative to view-controller configured via view-configs
findConversation() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
 

G

get(Contextual<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
get(Contextual<T>, CreationalContext<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
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.
getAccessDecisionVoters() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
AccessDecisionVoters which should be invoked to secure the page represented by the current entry.
getActionURL(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
getActionURL(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextAwareViewHandler
getActiveState() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
getActiveState() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
getActiveState() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
 
getAfterPhaseCallbacks() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultRequestLifecycleCallbackEntry
 
getAfterPhaseCallbacks() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.RequestLifecycleCallbackEntry
Exposes the lifecycle callbacks annotated with AfterPhase
getApplicationMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getAuthType() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getBean(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
getBean(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
getBean(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
 
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
getBeanEntryFactory() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Exposes the cached BeanEntryFactory.
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
getBeanSubGroup(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
 
getBeanSubGroup(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
getBeanSubGroup(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
 
getBeforePhaseCallbacks() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultRequestLifecycleCallbackEntry
 
getBeforePhaseCallbacks() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.RequestLifecycleCallbackEntry
Exposes the lifecycle callbacks annotated with BeforePhase
getComponentId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.FacesMessageEntry
Returns the current component-id
getContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getConversation(Class<?>, Annotation...) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
 
getConversation(ConversationKey) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Exposes the cached Conversation for the given ConversationKey
getConversationGroup() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.ConversationKey
Class of the group of the conversation
getConversationGroup(Bean<?>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Calculates the conversation-group for a given Bean.
getConversations() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
TODO
getCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Resolves the current WindowContext
getCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Resolves the current WindowContext
getCurrentWindowContext() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Exposes the cached WindowContext
getCurrentWindowId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
 
getCustomFacesMessageBundle(Locale) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Exposes the (optional) custom message-bundle configured in the faces-config for the given Locale
getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
Resolves the descriptor for the default-error page
getDefaultErrorViewConfigDescriptor() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
Resolves the descriptor for the default-error page
getDefaultErrorViewConfigDescriptor() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
Resolves the descriptor for the default-error page
getDefaultFacesMessageBundle(Locale) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Exposes the default message-bundle of jsf for the given Locale
getErrorView() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Exposes the inline error-page
getErrorView() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Exposes the inline 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
getErrorViewConfigDescriptor(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
Resolves the descriptor for the inline- (or default-) error-page
getExistingWindowIdSet(ExternalContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Exposes an unmodifiable representation of the active window-ids which have been generated and stored for the current user
getExpirationEvaluator() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
just for test-cases (to expire a conversation manually)
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.CodiFacesContextFactory
Wrapps the created FacesContext with CodiFacesContextWrapper
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request.CodiFacesContextFactory
Wrapps the created FacesContext with CodiFacesContextWrapper
getFacesMessage() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.FacesMessageEntry
Returns the current FacesMessage
getInitParameter(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getInitParameterMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getInitViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
Exposes the lifecycle-callbacks annotated with InitView
getKey() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
Key of the parameter
getLastAccess() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
Date of the last access of the whole WindowContext
getLifecycle(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
getLifecycle(String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
getLifecycleIds() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
getLifecycleIds() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
getLocale() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareLocaleResolver
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.
getMetaData() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Custom meta-data which is configured for the entry.
getMetaData(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Custom meta-data which is configured for the entry.
getMetaData() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Exposes the found meta-data
getMetaDataFor(String, Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Exposes meta-data for the given key
getNavigationCase(FacesContext, String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.CodiNavigationHandler
getNavigationCases() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.CodiNavigationHandler
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
getNavigationMode() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Navigation type which should be used if type-safe navigation is used
getNewViewId() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Exposes the next view-id.
getOldViewId() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Exposes the prev.
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.
getPageBeanDescriptors() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Page-bean descriptors for the page represented by the current entry.
getPageParameters() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterContext
 
getParameters(ExternalContext, boolean, boolean, boolean) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Exposes all request-parameters (including or excluding the view-state)
getPhaseId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PhasesLifecycleCallbackPhaseListener
getPhaseId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecyclePhaseListener
getPhasesLifecycleCallback(PhaseId) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
Exposes the entry for the lifecycle-callbacks (BeforePhase and/or AfterPhase) for the given PhaseId
getPostRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
Exposes the lifecycle-callbacks annotated with PostRenderView
getPrePageActionMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
Exposes the lifecycle-callbacks annotated with PrePageAction
getPreRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
Exposes the lifecycle-callbacks annotated with PreRenderView
getQualifiers() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.ConversationKey
CDI qualifiers without the conversation group
getRemoteUser() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRenderKit(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
Creates an intercepted RenderKit in order to wrap the ResponseWriter
getRenderKit(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
Creates an intercepted RenderKit in order to wrap the ResponseWriter
getRenderKitIds() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
getRenderKitIds() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
getRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestCharacterEncoding() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestContentType() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestContextPath() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestCookieMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestHeaderMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestHeaderValuesMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestLocale() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestLocales() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestParameterMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestParameterNames() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestParameterValuesMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestPathInfo() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRequestServletPath() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResource(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResourceAsStream(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResourcePaths(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResponse() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResponseCharacterEncoding() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getResponseContentType() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getRestId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RestParameters
Check the view parameters of the given viewId.
getRestId() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.JsfRestParameters
Check the view parameters of the given viewId.
getScope() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.ConversationKey
Annotation class of the scope annotation
getScope() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
getSession(boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getSessionMap() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getState() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Exposes the current state
getTargetJsfVersion() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.JsfModuleStartupObserver
 
getTargetJsfVersion() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.Jsf2ModuleStartupObserver
 
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.
getUserPrincipal() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
getValueList() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
Exposes the values of the parameter as list
getValueOfExpression(String, Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
 
getValueOfExpressionAsString(String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
 
getValues() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
Exposes the values of the parameter as array
getViewConfig() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
Class which was used for creating the current descriptor
getViewConfig() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
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
getViewConfigDescriptor(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-id
getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-config-class
getViewConfigDescriptor(String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
Resolves the ViewConfigDescriptor for the given view-id
getViewConfigDescriptor(Class<? extends ViewConfig>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
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
getViewConfigDescriptors() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
Resolves all descriptors for the known ViewConfigs
getViewConfigDescriptors() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
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
getViewId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
View-ID of the current descriptor
getViewMap() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.MockViewScopedContext
 
getViewMap() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
 
getViewParameterMode() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Exposes the Page.ViewParameterMode of the current entry
getViewParameterMode() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Exposes the Page.ViewParameterMode of the current entry
getViewRoot() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
 
getViolations() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Exposes the found violations
getWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Resolves the WindowContext for the given window-id
getWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Resolves the WindowContext for the given window-id
getWindowContextId() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextIdHolderComponent
Exposes the stored window-id
getWindowContextIdHolderComponent(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Resolves WindowContextIdHolderComponent which is responsible for storing the window-id in case of a server-side window-handler.
getWindowContextManager() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Resolves the current WindowContextManager
getWindowContextManager() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Exposes the cached WindowContextManager.
getWindowContexts() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Exposes all WindowContext instances for the current user(-session)
getWindowContexts() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Exposes all WindowContext instances for the current user(-session)
getWindowContexts() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Exposes all WindowContext instances for the current user(-session)
getWindowHandler() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Resolves the current WindowHandler
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.
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InterceptedResponseWriter
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextAwareViewHandler
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request.CodiFacesContextFactory
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
getWrapped() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.RedirectedConversationAwareExternalContext
GroupedConversationContextExtension - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
extension for registering the adapter for grouped conversations
GroupedConversationContextExtension() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.GroupedConversationContextExtension
 

H

handleCloseConversation(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CloseConversationGroupInterceptor
Interceptor methods which closes the conversation of the bean after the execution of the method or if the declared exception was thrown.
handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.AccessScopeAwareNavigationHandler
handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.CodiNavigationHandler
handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.ViewConfigAwareNavigationHandler
 
handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.CodiNavigationHandler
handleQuotaViolation() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextQuotaHandler
Handles a quota violation if #checkQuota returned true and the cleanup couldn't remove an old context
handleQuotaViolation() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowContextQuotaHandler
Handles a quota violation if #checkQuota returned true and the cleanup couldn't remove an old context
handleSecurityViolationWithoutNavigation(RuntimeException) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.SecurityUtils
Processes a security violation without triggering the navigation to the error page
hashCode() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor

I

init() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
 
initBeans(PhaseEvent, BeanManager) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PreRenderViewBeanLoader
 
INITIAL_REDIRCT_PERFORMED_KEY - Static variable in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextManagerObserver
 
InitView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
InjectableConversation - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
InjectableConversation(Bean<?>, WindowContextManager) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
 
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.
InterceptedResponseWriter - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
InterceptedResponseWriter(ResponseWriter) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InterceptedResponseWriter
Constructor for wrapping the given ResponseWriter
interpolate(String, Context) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.bv.InvalidValueAwareMessageInterpolator
interpolate(String, Context, Locale) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.bv.InvalidValueAwareMessageInterpolator
invalidateSession() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.RedirectedConversationAwareExternalContext
 
invalidPhasesCallbackMethod(Class, Method) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if a method is annotated with BeforePhase or AfterPhase and has an unsupported signature
InvalidValueAwareMessageInterpolator - Class in org.apache.myfaces.extensions.cdi.jsf.impl.bv
Allows to use 'invalidValue' as placeholder in violation messages
InvalidValueAwareMessageInterpolator() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.bv.InvalidValueAwareMessageInterpolator
 
InvalidValueAwareMessageInterpolator(MessageInterpolator) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.bv.InvalidValueAwareMessageInterpolator
Constructor for wrapping the given MessageInterpolator
invokeInitViewMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Invokes the methods annotated with InitView
invokeInitViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Invokes the methods annotated with InitView
invokePostRenderViewMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Invokes the methods annotated with PostRenderView
invokePostRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Invokes the methods annotated with PostRenderView
invokePrePageActionMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Invokes the methods annotated with PrePageAction
invokePrePageActionMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Invokes the methods annotated with PrePageAction
invokePreRenderViewMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Invokes the methods annotated with PreRenderView
invokePreRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Invokes the methods annotated with PreRenderView
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewControllerActionListener
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.action.CodiActionListener
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.CodiLifecycleFactoryWrapper
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.CodiFacesContextFactory
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.CodiNavigationHandler
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.GroupedConversationContextExtension
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextAwareViewHandler
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViolationAwareActionListener
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleFactoryWrapper
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request.CodiFacesContextFactory
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.CodiJsf2SystemEventListener
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.CodiNavigationHandler
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped.MappedJsf2ScopeExtension
Returns if the current instance is active or not.
isActivated() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedExtension
 
isActive() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
isActive() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
isActive() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
 
isActive() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
 
isActive() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.MockViewScopedContext
 
isActive() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
The view context is active if a valid ViewRoot could be detected.
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.
isApplyRequestValuesPhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
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.
isConversationActive(Class<?>, Annotation...) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
 
isExpired() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ConversationExpirationEvaluator
Evaluates if the conversation is still valid
isExpired() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.TimeoutExpirationEvaluator
Evaluates if the conversation is still valid
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.
isInlineViewConfig(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.ViewConfigExtractor
Evaluates if the given view-config class is an inline conifg - that means if it is a resolvable (page-)bean
isInlineViewConfig(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
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.
isInvokeApplicationPhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
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.
isListenerForSource(Object) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.CodiJsf2SystemEventListener
isListenerForSource(Object) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
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
isPartialViewConfig() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Exposes if the current view-config represents a partial config which isn't created based on a central config
isPartialViewConfig() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Exposes if the current view-config represents a partial config which isn't created based on a central config
isPostback() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RestParameters
 
isPostback() - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.JsfRestParameters
This flag will be used to remember a storage 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.
isProcessValidationsPhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
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.
isRenderResponsePhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
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.
isRestoreViewPhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
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.
isUpdateModelValuesPhase() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
Evaluates if the current phase is the update-model-values phase.
isUserInRole(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
isUseViewConfigsAsNavigationCasesEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
esp useful for JSF 2.0
isWindowActive(EditableWindowContextManager, String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
isWindowContextActive(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Evaluates if the WindowContext with the given window-id is currently active
isWindowContextActive(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Evaluates if the WindowContext with the given window-id is currently active
isWindowContextActive(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Evaluates if the WindowContext with the given window-id is currently active
isWindowContextQuotaViolated(int) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextQuotaHandler
Checks if the count of the currently active window-contexts is too high
isWindowContextQuotaViolated(int) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowContextQuotaHandler
Checks if the count of the currently active window-contexts is too high

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
Jsf2ModuleStartupObserver - Class in org.apache.myfaces.extensions.cdi.jsf2.impl
Jsf2ModuleStartupObserver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.Jsf2ModuleStartupObserver
 
JsfAwareConversationFactory - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
JsfAwareConversationFactory() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.JsfAwareConversationFactory
 
JsfAwareLocaleResolver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.message
LocaleResolver which uses the locale used for the current request
JsfAwareLocaleResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareLocaleResolver
 
JsfAwareMessageContextProducer - Class in org.apache.myfaces.extensions.cdi.jsf.impl.message
Producer for I18n artifacts
JsfAwareMessageContextProducer() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareMessageContextProducer
 
jsfAwareResourceBundle(InjectionPoint) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.resource.bundle.JsfAwareResourceBundleProducer
 
JsfAwareResourceBundleProducer - Class in org.apache.myfaces.extensions.cdi.jsf.impl.resource.bundle
Producer for ResourceBundle which produces ResourceBundles optimized for JSF applications
JsfAwareResourceBundleProducer() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.resource.bundle.JsfAwareResourceBundleProducer
 
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
 
JsfModuleStartupObserver - Class in org.apache.myfaces.extensions.cdi.jsf.impl
Startup observer
JsfModuleStartupObserver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.JsfModuleStartupObserver
 
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.
JsfProjectStageProducer - Class in org.apache.myfaces.extensions.cdi.jsf.impl.projectstage
ProjectStageProducer which allows the compatibility with JSF project-stages
JsfProjectStageProducer() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.projectstage.JsfProjectStageProducer
 
JsfProjectStageProducerConfiguredValueResolver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config
ConfiguredValueResolver which allows to overrule the default ProjectStageProducer.
JsfProjectStageProducerConfiguredValueResolver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.JsfProjectStageProducerConfiguredValueResolver
 
JsfRequestLifecycleBroadcaster - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
JsfRequestLifecycleBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
 
JsfRequestLifecyclePhaseListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
PhaseListener for triggering JsfRequestLifecycleBroadcaster
JsfRequestLifecyclePhaseListener() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecyclePhaseListener
 
JsfRestParameters - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
This class holds information about the last used RestParameters for a given JSF view.
JsfRestParameters() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.JsfRestParameters
 
JsfUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
keep in sync with extval!
JsfValidatorFactoryProducer - Class in org.apache.myfaces.extensions.cdi.jsf.impl.bv.resolver
Producer for ValidatorFactory optimized for JSF
JsfValidatorFactoryProducer() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.bv.resolver.JsfValidatorFactoryProducer
Default constructor required by proxy libs
JSP - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.Page.Extension
 

L

lastAccess - Variable in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.TimeoutExpirationEvaluator
 
LifecycleAwarePageBeanDescriptor - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Allows to provide a custom PageBeanDescriptor
LifecycleAwareWindowHandler - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
A WindowHandler that is aware of the JSF lifecycle.
log(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
log(String, Throwable) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
logJsfModuleConfiguration(StartupEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.JsfModuleStartupObserver
 

M

MappedJsf2ScopeExtension - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped
Maps JSF2 scopes to CDI scopes
MappedJsf2ScopeExtension() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped.MappedJsf2ScopeExtension
Default constructor which initializes the scope mapping
MESSAGE_CONTEXT - Static variable in interface org.apache.myfaces.extensions.cdi.jsf.api.JsfModuleBeanNames
 
missingInlineViewConfigRootMarkerException(Class<? extends ViewConfig>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception if Page is used for a page bean and there is no class annotated with InlineViewConfigRoot to mark the package root
MockViewScopedContext - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view
This is a Mock version of the ViewScopedContext.
MockViewScopedContext() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.MockViewScopedContext
 

N

navigateTo(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.DefaultViewNavigationHandler
Triggers navigation to the given view.

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
 
org.apache.myfaces.extensions.cdi.jsf.impl - package org.apache.myfaces.extensions.cdi.jsf.impl
 
org.apache.myfaces.extensions.cdi.jsf.impl.bv - package org.apache.myfaces.extensions.cdi.jsf.impl.bv
 
org.apache.myfaces.extensions.cdi.jsf.impl.bv.resolver - package org.apache.myfaces.extensions.cdi.jsf.impl.bv.resolver
 
org.apache.myfaces.extensions.cdi.jsf.impl.config - package org.apache.myfaces.extensions.cdi.jsf.impl.config
 
org.apache.myfaces.extensions.cdi.jsf.impl.config.view - package org.apache.myfaces.extensions.cdi.jsf.impl.config.view
 
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi - package org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
 
org.apache.myfaces.extensions.cdi.jsf.impl.listener.action - package org.apache.myfaces.extensions.cdi.jsf.impl.listener.action
 
org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase - package org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
 
org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.spi - package org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.spi
 
org.apache.myfaces.extensions.cdi.jsf.impl.listener.request - package org.apache.myfaces.extensions.cdi.jsf.impl.listener.request
 
org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup - package org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup
 
org.apache.myfaces.extensions.cdi.jsf.impl.message - package org.apache.myfaces.extensions.cdi.jsf.impl.message
 
org.apache.myfaces.extensions.cdi.jsf.impl.navigation - package org.apache.myfaces.extensions.cdi.jsf.impl.navigation
 
org.apache.myfaces.extensions.cdi.jsf.impl.projectstage - package org.apache.myfaces.extensions.cdi.jsf.impl.projectstage
 
org.apache.myfaces.extensions.cdi.jsf.impl.request - package org.apache.myfaces.extensions.cdi.jsf.impl.request
 
org.apache.myfaces.extensions.cdi.jsf.impl.resource.bundle - package org.apache.myfaces.extensions.cdi.jsf.impl.resource.bundle
 
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation - package org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
 
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi - package org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
 
org.apache.myfaces.extensions.cdi.jsf.impl.security - package org.apache.myfaces.extensions.cdi.jsf.impl.security
 
org.apache.myfaces.extensions.cdi.jsf.impl.security.spi - package org.apache.myfaces.extensions.cdi.jsf.impl.security.spi
 
org.apache.myfaces.extensions.cdi.jsf.impl.util - package org.apache.myfaces.extensions.cdi.jsf.impl.util
 
org.apache.myfaces.extensions.cdi.jsf2.impl - package org.apache.myfaces.extensions.cdi.jsf2.impl
 
org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase - package org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase
 
org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request - package org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request
 
org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system - package org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system
 
org.apache.myfaces.extensions.cdi.jsf2.impl.navigation - package org.apache.myfaces.extensions.cdi.jsf2.impl.navigation
 
org.apache.myfaces.extensions.cdi.jsf2.impl.request - package org.apache.myfaces.extensions.cdi.jsf2.impl.request
 
org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation - package org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
 
org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped - package org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped
 
org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view - package org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view
 
org.apache.myfaces.extensions.cdi.jsf2.impl.security - package org.apache.myfaces.extensions.cdi.jsf2.impl.security
 

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 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
 
PageParameterContext - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Request scoped storage for page-parameters
PageParameterContext() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterContext
 
PageParameterInterceptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Extensible interceptor for PageParameter - details see PageParameterStrategy
PageParameterInterceptor() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterInterceptor
 
PageParameterListInterceptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Extensible interceptor for PageParameter.List - details see PageParameterStrategy
PageParameterListInterceptor() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterListInterceptor
 
pageParameterStrategy - Variable in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterInterceptor
 
PageParameterStrategy - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Allows to provide a custom InterceptorStrategy
PhaseListenerExtension - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
The PhaseListenerExtension picks up all JsfPhaseListener annotated beans for later registration as PhaseListeners.
PhaseListenerExtension() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.PhaseListenerExtension
 
PhasesLifecycleCallbackPhaseListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
PhaseListener which calls the view-controller callbacks
PhasesLifecycleCallbackPhaseListener() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PhasesLifecycleCallbackPhaseListener
 
postRenderCleanup(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Performs the cleanup of inactive and empty WindowContexts (if permitted) and resets caches
PostRenderView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
View-controller annotation for page-beans.
preDestroy() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
 
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.
PreRenderViewBeanLoader - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Resolves page-beans and trigger PostConstruct callbacks before the rendering process starts
PreRenderViewBeanLoader() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PreRenderViewBeanLoader
 
processAction(ActionEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewControllerActionListener
processAction(ActionEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.action.CodiActionListener
processAction(ActionEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViolationAwareActionListener
processEvent(SystemEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.CodiJsf2SystemEventListener
Broadcasts PostConstructApplicationEvent and PreDestroyApplicationEvent for CDI observers.
processEvent(SystemEvent) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
We get PreDestroyViewMapEvent events from the JSF servlet and destroy our contextual instances.
processPageDefinitions(ProcessAnnotatedType) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
Initializes the whole view-config data-structures.
ProjectStageObserver - Class in org.apache.myfaces.extensions.cdi.jsf2.impl
ProjectStageObserver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.ProjectStageObserver
 

R

redirect(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
Triggers a redirect which is aware of the current window and preserves the FacesMessages.
redirect(String) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.RedirectedConversationAwareExternalContext
Triggers a redirect which is aware of the current window and preserves the FacesMessages.
RedirectedConversationAwareExternalContext - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
ExternalContext which is needed for the window-id support
RedirectedConversationAwareExternalContext(ExternalContext) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
Constructor for wrapping the given ExternalContext
RedirectedConversationAwareExternalContext - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
keep in sync with org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
RedirectedConversationAwareExternalContext(ExternalContext) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.RedirectedConversationAwareExternalContext
Constructor for wrapping the given ExternalContext
registerPhaseListener(PhaseListener) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Adds the given PhaseListener to the application
registerViewContext(AfterBeanDiscovery) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedExtension
 
removeBeanEntry(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
Allows to remove a bean of the given type
removeBeanEntry(Class<T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
Allows to remove a bean of the given type
removeBeanEntry(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableConversation
Allows to remove a bean of the given type
removeExistingWindowId(ExternalContext, String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Allows to remove a window-id which has been created for a user(-session)
removeInactiveConversations() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
Removes conversations which are already marked as expired
RenderKitWrapperFactory - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Component libs like Trinidad use very special renderkits.
RequestCache - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Caches information for a request
RequestCache() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
 
RequestLifecycleCallbackEntry - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Entry for phase-listener-methods
RequestParameter - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Helper for request-parameters
RequestParameter(String, String[]) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
Constructor for creating a parameter for the given key and values
RequestTypeResolver - Interface in org.apache.myfaces.extensions.cdi.jsf.api.request
Pluggable (internal) helper for resolving the type of the current request.
reset() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
resets the whole cache - e.g.
resetBean() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.WeldCache
resets the currently processed bean
resetCache() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Resets all caches
resetCacheInDevMode(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.DevUtils
 
resetCaches() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Resets all caches of the current request
resetConversationCache() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.JsfUtils
Resets the conversation cache of the current request
resetConversationCache() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Resets conversation caches only
resetViewMap() - Static method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.MockViewScopedContext
Simply clear the mock ViewMap.
resolveInstances(ConfiguredValueDescriptor<K, T>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.JsfProjectStageProducerConfiguredValueResolver
 
resolveProjectStage() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.projectstage.JsfProjectStageProducer
 
resolveWindowContextId(WindowHandler, boolean, boolean) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Tries to resolve the window-id via WindowHandler, request-parameters, request-map, component
restart() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
Un-scopes all bean instances immediately.
restart() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
Un-scopes all bean instances immediately.
restartConversations() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Restarts all conversations of the current WindowContext
restartConversations(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Restarts all conversations of the WindowContext with the given window-id
restartConversations(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
Restarts all conversations of the given WindowContext
restartConversations() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Restarts all conversations of the current WindowContext
restartConversations(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Restarts all conversations of the WindowContext with the given window-id
restartConversations(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
Restarts all conversations of the given WindowContext
restartConversations() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Restarts all conversations of the current WindowContext
restartConversations(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Restarts all conversations of the WindowContext with the given window-id
restartConversations(EditableWindowContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
Restarts all conversations of the given WindowContext
restore() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ViewAccessConversationExpirationEvaluatorRegistry
 
restoreInjectionPoints(PhaseEvent, CodiCoreConfig) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.RestoreInjectionPointsObserver
 
restoreInjectionPointsForSkippedRequests(PhaseEvent, CodiCoreConfig, RequestTypeResolver) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.RestoreInjectionPointsObserver
 
RestoreInjectionPointsObserver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
see EXTCDI-127
RestoreInjectionPointsObserver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.RestoreInjectionPointsObserver
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextIdHolderComponent
restoreView(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
restoreView(FacesContext, String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextAwareViewHandler
restoreWindowId(ExternalContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ClientSideWindowHandler
Allows to restore the window-id depending on the window-strategy supported by the implementation
restoreWindowId(ExternalContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
Allows to restore the window-id depending on the window-strategy supported by the implementation
restoreWindowId(ExternalContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler
Allows to restore the window-id depending on the window-strategy supported by the implementation
restoreWindowId(ExternalContext) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.ServerSideWindowHandler
Allows to restore the window-id depending on the window-strategy supported by the implementation
RestParameters - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
This class holds information about the last used RestParameters for a given window.
RestParameters() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RestParameters
 

S

save() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ViewAccessConversationExpirationEvaluatorRegistry
 
saveState(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextIdHolderComponent
SecurityAwareViewHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
ATTENTION: add all new methods to CodiViewHandler
SecurityAwareViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
Constructor for wrapping the given ViewHandler
SecurityAwareViewHandler - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.security
SecurityAwareViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.security.SecurityAwareViewHandler
SecurityInterceptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
Interceptor for Secured - details see SecurityStrategy
SecurityInterceptor() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor
 
SecurityStrategy - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.security.spi
Marker interface for a pluggable strategy for Secured
SecurityUtils - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
Helper for Secured
SecurityViewListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
If you don't need it or there is any issue, deactivate it via a CDI extension via ProcessAnnotatedType.veto() .
SecurityViewListener() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViewListener
 
SecurityViolationAwareActionListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.security
ActionListener which handles AccessDeniedException
SecurityViolationAwareActionListener(ActionListener) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityViolationAwareActionListener
Constructor for wrapping the given ActionListener
sendRedirect(ExternalContext, String, boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
Allows to intercept redirects
sendRedirect(ExternalContext, String, boolean) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler
Allows to intercept redirects
sendRedirect(ExternalContext, String, WindowHandler) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Triggers a redirect via the ExternalContext or the current WindowHandler, resets caches and prevents FacesMessages
sendRedirect(ExternalContext, String, boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.ServerSideWindowHandler
Allows to intercept redirects
ServerSideWindowHandler - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
use this implementation to avoid tokens in the url.
ServerSideWindowHandler() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.ServerSideWindowHandler
 
ServerSideWindowHandler(WindowContextConfig) - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.ServerSideWindowHandler
 
setBean(Bean<?>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.WeldCache
 
setConversation(ConversationKey, EditableConversation) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Caches the given Conversation
setCurrentWindowContext(WindowContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
Caches the current WindowContext
setInlineViewConfigRootMarker(Class) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
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.
setPartialViewConfig(boolean) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
Allows to mark the current descriptor as partial config e.g.
setPartialViewConfig(boolean) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
Allows to mark the current descriptor as partial config e.g.
setRequest(Object) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
setRequestCharacterEncoding(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
setResponse(Object) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
setResponseCharacterEncoding(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.RedirectedConversationAwareExternalContext
setState(AccessDecisionState) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultAccessDecisionVoterStateContext
Updates the state of the context
startDocument() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InterceptedResponseWriter
storeCreatedWindowContextId(ExternalContext, String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Allows to store the given window-id as active window-id
storeCurrentViewIdAsNewViewId(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Stores the view-id of the current FacesContext as next view-id e.g.
storeCurrentViewIdAsNewViewId(FacesContext, WindowContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Stores the view-id of the current FacesContext as next view-id e.g.
storeCurrentViewIdAsOldViewId(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Stores the view-id of the current FacesContext as prev.
storeCurrentViewIdAsOldViewId(FacesContext, WindowContextManager) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Stores the view-id of the current FacesContext as prev.
storeViewIdAsNewViewId(WindowContext, String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
Stores the given view-id as next view-id e.g.
SystemEventBroadcaster - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system
Broadcaster used by CodiJsf2SystemEventListener
SystemEventBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.SystemEventBroadcaster
 

T

TimeoutExpirationEvaluator - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Base implementation which doesn't implement the ConversationExpirationEvaluator interface because this implementation will be used by the WindowContext but there is no need for implementing the whole ConversationExpirationEvaluator interface.
TimeoutExpirationEvaluator(int) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.TimeoutExpirationEvaluator
 
tooManyOpenWindowException() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception which signals that a user opened too many windows.
toString() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultConversation
touch() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ConversationExpirationEvaluator
Marks the conversation as used
touch() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContext
Signals that the WindowContext gets used
touch() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.TimeoutExpirationEvaluator
Marks the conversation as used
tryToHandleSecurityViolation(RuntimeException) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.SecurityUtils
Processes a security violation including the navigation to the error page
tryToRestoreTheWindowIdEagerly(FacesContext, EditableWindowContextManager, WindowHandler, WindowContextConfig) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils
 
tryToRestoreWindowContext(PhaseEvent, EditableWindowContextManager, WindowHandler, WindowContextConfig) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextManagerObserver
tries to restore the window-id and the window-context as early as possible

U

unsupportedPhasesLifecycleCallback() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception in case of an unsupported usage of BeforePhase
useWindowAwareUrlEncoding - Variable in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler
 

V

validateScopes(ProcessBean) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.GroupedConversationContextExtension
Validates the correct usage of codi scopes.
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.
ViewAccessConversationExpirationEvaluatorRegistry - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Helper for the workaround for EXTCDI-49
ViewAccessConversationExpirationEvaluatorRegistry() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.ViewAccessConversationExpirationEvaluatorRegistry
 
ViewConfigAwareNavigationHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.navigation
NavigationHandler which allows to use view-configs for JSF navigation
ViewConfigAwareNavigationHandler(NavigationHandler, boolean) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.ViewConfigAwareNavigationHandler
Constructor which allows to use the given NavigationHandler
ViewConfigCache - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Internal cache for view-configs
ViewConfigDescriptor - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Descriptor for view-configs
ViewConfigExtension - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Extension for building the config for the application based on interfaces and classes
ViewConfigExtension() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
 
ViewConfigExtractor - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Allows to implement a custom extractor which for custom view-config concepts
ViewConfigResolver - Interface in org.apache.myfaces.extensions.cdi.jsf.api.config.view
Resolver for view-configs
ViewControllerActionListener - Class in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
ActionListener which invokes PrePageAction callbacks of page-beans
ViewControllerActionListener(ActionListener) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewControllerActionListener
Constructor for wrapping the given ActionListener
ViewControllerInterceptor - Class in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
interceptor for View - details see ViewControllerStrategy
ViewControllerInterceptor() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.ViewControllerInterceptor
 
ViewControllerStrategy - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.spi
Marker interface for a pluggable strategy for View
ViewScopedContext - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view
This class provides the contexts lifecycle for the new JSF-2 @ViewScoped Context.
ViewScopedContext() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedContext
 
ViewScopedExtension - Class in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view
This CDI extension enables support for the new JSF-2 @ViewScoped annotation.
ViewScopedExtension() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.scope.view.ViewScopedExtension
 

W

WeldCache - Class in org.apache.myfaces.extensions.cdi.jsf.impl.util
This class is needed just for a workaround for a Weld v1.1.1 bug (see EXTCDI-191)
WindowBeanProducers - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Producer for window aware artifacts
WindowBeanProducers() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers
 
WindowContextAwareViewHandler - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
ATTENTION: add all new methods to CodiViewHandler
WindowContextAwareViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextAwareViewHandler
Constructor for wrapping the given ViewHandler
WindowContextFactory - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Factory which allows to create custom instances of EditableWindowContext
WindowContextIdHolderComponent - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Server-side holder for the window-id
WindowContextIdHolderComponent() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextIdHolderComponent
Default constructor might be invoked by the jsf implementation
WindowContextIdHolderComponent(String) - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextIdHolderComponent
Constructor which creates the holder for the given window-id
WindowContextManagerFactory - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Factory which allows to create custom instances of EditableWindowContextManager
windowContextManagerNotEditableException(WindowContextManager) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception in case of a custom implementation of WindowContextManager which doesn't implement EditableWindowContextManager
WindowContextManagerObserver - Class in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Observe some JSF phase events and set the appropriate states in the EditableWindowContextManager.
WindowContextManagerObserver() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowContextManagerObserver
 
windowContextNotEditableException(WindowContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
Creates an exception in case of a custom implementation of WindowContext which doesn't implement EditableWindowContext
WindowContextQuotaHandler - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Allows to create a custom handler for a custom window-quota
WindowHandler - Interface in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Allows to customize the basic window integration.
windowHandlerHtml - Variable in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
 
wrapFacesContext(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.listener.request.CodiFacesContextFactory
Allows to wrap the given FacesContext manually
wrapFacesContext(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.navigation.AccessScopeAwareNavigationHandler
 
wrapFacesContext(FacesContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.request.CodiFacesContextFactory
Allows to wrap the given FacesContext manually
wrapFacesContext(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf2.impl.navigation.AccessScopeAwareNavigationHandler
 
wrapped - Variable in class org.apache.myfaces.extensions.cdi.jsf.impl.CodiViewHandler
 

X

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

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