- 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
-
- 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
-
- activateWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
-
- activateWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- activateWindowContext(EditableWindowContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- activateWindowContext(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
-
- activateWindowContext(EditableWindowContext) - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
-
- 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
-
- 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
-
- ApplicationStartupBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf.impl.listener.startup.ApplicationStartupBroadcaster
-
- 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
AccessDecisionVoter
s
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
AccessDecisionVoter
s
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
WindowContext
s 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
-
- closeAllWindowContexts() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- closeAllWindowContexts() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
-
- 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
-
- closeCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextManager
-
- closeCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- closeCurrentWindowContext() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
AccessDecisionVoter
s 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
-
AccessDecisionVoter
s 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
-
- 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
-
- getCurrentWindowContext() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- getCurrentWindowContext() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
-
- 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
-
- 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
-
- 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
-
- getPostRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
-
- getPrePageActionMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
-
- getPreRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.LifecycleAwarePageBeanDescriptor
-
- 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
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
- getViewConfigDescriptor(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
-
- getViewConfigDescriptor(String) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
-
- getViewConfigDescriptors() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
Resolves all descriptors for the known
ViewConfig
s
- getViewConfigDescriptors() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigResolver
-
Resolves all descriptors for the known
ViewConfig
s
- getViewConfigDescriptors() - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
-
Resolves all descriptors for the known
ViewConfig
s
- 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
-
- getViewParameterMode() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
-
- 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
-
- getWindowContext(String) - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- 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
-
- 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
-
- 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
-
- 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
-
- invokePostRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
-
- invokePrePageActionMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
-
- invokePrePageActionMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
-
- invokePreRenderViewMethods() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultViewConfigDescriptor
-
- invokePreRenderViewMethods() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi.EditableViewConfigDescriptor
-
- 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
- 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
-
- 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
-
- 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
WindowContext
s (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
-
- 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
FacesMessage
s.
- 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
FacesMessage
s.
- 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
-
- 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
-
- restartConversations() - Method in class org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.EditableWindowContextManagerProxy
-
- 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
-
- restartConversations() - Method in interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
FacesMessage
s
- 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
-
- setCurrentWindowContext(WindowContext) - Static method in class org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
-
- 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
-
- SystemEventBroadcaster() - Constructor for class org.apache.myfaces.extensions.cdi.jsf2.impl.listener.system.SystemEventBroadcaster
-
- 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
-
- 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
-