A B C D E F G H I J L M N O P R S T U V W X _

A

AbstractConversationComponent - Class in org.apache.myfaces.orchestra.conversation.jsf.components
base class for all the conversation components
AbstractConversationComponent() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
 
AbstractConversationTag - Class in org.apache.myfaces.orchestra.conversation.jsf.components
base class for all conversation tags
AbstractConversationTag() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
 
AbstractSpringOrchestraScope - Class in org.apache.myfaces.orchestra.conversation.spring
Abstract basis class for all the Orchestra scopes.
AbstractSpringOrchestraScope() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
AbstractViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
The abstract basis class you have to use as basis class for any custom view controller executor.
AbstractViewControllerExecutor() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
 
AbstractViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
 
AbstractViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
addAspect(ConversationAspect) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Add an Aspect to this conversation.
addAspect(ConversationAspect) - Method in class org.apache.myfaces.orchestra.conversation.ConversationAspects
 
addComponent(String, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
addConversationAccess(String) - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
Add a conversation to the list of accessed conversations.
addConversationManager(String, ConversationManager) - Method in class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
Add a ConversationManager to check.
addConverter(String, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
addConverter(Class, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
addELContextListener(ELContextListener) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
addELResolver(ELResolver) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
addMessage(String, FacesMessage) - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
addValidator(String, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.FlashScopePhaseListener
 
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraInitializationPhaseListener
 
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
assertConversationState(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
assertConversationState(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invoked multiple times during the lifecycle to ensure the conversation(s) to the associated viewController are running.
assertConversationState(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
assertSameScope(String, Conversation) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
assertSameScope(String, Conversation) - Method in class org.apache.myfaces.orchestra.viewController.spring.SpringViewControllerScope
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
attributeRemoved(HttpSessionBindingEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
attributeReplaced(HttpSessionBindingEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 

B

BasicFrameworkAdapter - Class in org.apache.myfaces.orchestra.frameworkAdapter.basic
An implementation of the FrameworkAdapter for plain servlet environments.
BasicFrameworkAdapter(ServletContext, String) - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
BasicFrameworkAdapterFilter - Class in org.apache.myfaces.orchestra.frameworkAdapter.basic
Configures the BasicFrameworkAdapter.
BasicFrameworkAdapterFilter() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapterFilter
 
BeanDefinitionConversationNameAttrDecorator - Class in org.apache.myfaces.orchestra.conversation.spring
Invoked by Spring when a bean definition is found in its config file which has an xml attribute called "conversationName" in the orchestra namespace.
BeanDefinitionConversationNameAttrDecorator() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.BeanDefinitionConversationNameAttrDecorator
 
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.FlashScopePhaseListener
 
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraInitializationPhaseListener
 
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
beginRequest(ServletRequest, ServletResponse) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
bind() - Method in interface org.apache.myfaces.orchestra.conversation.spring.PersistenceContext
Make the underlying object available via the standard APIs for the underlying real ORM implementation.
buildBeanName(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Strip off any Spring namespace (eg scopedTarget).

C

calculateLocale(FacesContext) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
calculateRenderKitId(FacesContext) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
checkConversationTimeout() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Check the timeout for every conversation in this context.
checkTimeouts() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Check the timeout for each conversation context, and all conversations within those contexts.
checkValid() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Assert the conversation is valid.
classForName(String) - Static method in class org.apache.myfaces.orchestra.lib._ClassUtils
Lookup class using the webapp classloader first and the the classloader which loaded this class.
cleanupPersistence() - Method in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
 
clear() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Invalidate all conversations within this context.
clearCurrentConversationContext() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Ends all conversations within the current context; the context itself will remain active.
clearRequestMap() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
close() - Method in interface org.apache.myfaces.orchestra.conversation.spring.PersistenceContext
Close the underlying persistence context.
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
CompositeViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
Each executor configured with the constructor will be asked to execute the requested method on the bean.
CompositeViewControllerExecutor(ViewControllerExecutor[]) - Constructor for class org.apache.myfaces.orchestra.viewController.CompositeViewControllerExecutor
 
CompositeViewControllerNameMapper - Class in org.apache.myfaces.orchestra.viewController
Each view controller configured with the constructor will be asked to map the given viewId.
CompositeViewControllerNameMapper(ViewControllerNameMapper[]) - Constructor for class org.apache.myfaces.orchestra.viewController.CompositeViewControllerNameMapper
 
CompoundFilter - Class in org.apache.myfaces.orchestra.lib
Compose two filter objects together, as if filter2 is nested within filter1.
CompoundFilter(Filter, Filter) - Constructor for class org.apache.myfaces.orchestra.lib.CompoundFilter
 
ConnectionManagerDataSource - Class in org.apache.myfaces.orchestra.connectionManager
Manage all borrowed connections and hand out DisconnectableConnection objects so that we can close them again after the HTTP request has been finished.
ConnectionManagerDataSource() - Constructor for class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
containsRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
containsRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
 
containsRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
containsRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
containsRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
containsRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
 
containsRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
containsRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
containsSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
containsSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
 
containsSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
containsSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
contextInitialized(ServletContextEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
Conversation - Class in org.apache.myfaces.orchestra.conversation
A Conversation is a container for a set of beans.
Conversation(ConversationContext, String, ConversationFactory) - Constructor for class org.apache.myfaces.orchestra.conversation.Conversation
 
CONVERSATION_CONTEXT_PARAM - Static variable in class org.apache.myfaces.orchestra.conversation.ConversationManager
 
CONVERSATION_NAME_ATTRIBUTE - Static variable in class org.apache.myfaces.orchestra.conversation.spring.BeanDefinitionConversationNameAttrDecorator
A unique key used to store the orchestra conversationName within the attributes map of a spring bean definition.
ConversationAspect - Class in org.apache.myfaces.orchestra.conversation
The base class for any "aspect" that can be attached to a conversation.
ConversationAspect(Conversation) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationAspect
 
ConversationAspects - Class in org.apache.myfaces.orchestra.conversation
Maintains a list of aspects the system might attach to a conversation instance.
ConversationAspects() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationAspects
 
ConversationAware - Interface in org.apache.myfaces.orchestra.conversation
Beans implementing this interface will get the conversation object passed to them when they are created.
ConversationBindingEvent - Class in org.apache.myfaces.orchestra.conversation
Events of this type are sent to an object that implements the ConversationBindingListener interface
ConversationBindingEvent(Conversation, String) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationBindingEvent
 
ConversationBindingListener - Interface in org.apache.myfaces.orchestra.conversation
Beans implementing this listener interface will get informed when they are added to a conversation or removed from a conversation.
ConversationContext - Class in org.apache.myfaces.orchestra.conversation
A ConversationContext is a container for a set of conversations.
ConversationContext(long) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationContext
 
ConversationFactory - Interface in org.apache.myfaces.orchestra.conversation
An object that is capable of creating a fully-configured instance of a conversation with a particular name.
ConversationFlashLifetimeAspect - Class in org.apache.myfaces.orchestra.conversation
Connect the conversation to the FlashScopeManager
ConversationFlashLifetimeAspect(Conversation) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationFlashLifetimeAspect
 
ConversationManager - Class in org.apache.myfaces.orchestra.conversation
Deals with the various conversation contexts in the current session.
ConversationManager() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationManager
 
ConversationManagerSessionListener - Class in org.apache.myfaces.orchestra.conversation.servlet
An http session listener which periodically scans every http session for conversations and conversation contexts that have exceeded their timeout.
ConversationManagerSessionListener() - Constructor for class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
ConversationMessager - Class in org.apache.myfaces.orchestra.conversation
Methods required to inform the user about some anomalies.
ConversationMessager() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationMessager
 
ConversationRequestParameterProvider - Class in org.apache.myfaces.orchestra.conversation
Adds the required fields (conversationContext) to the request parameters.
ConversationRequestParameterProvider() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationRequestParameterProvider
 
ConversationTimeoutableAspect - Class in org.apache.myfaces.orchestra.conversation
A conversation aspect which allows the conversation to automatically end after a given period of inactivity.
ConversationTimeoutableAspect(Conversation) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationTimeoutableAspect
 
ConversationUtils - Class in org.apache.myfaces.orchestra.conversation
Some helpers usable for public use
ConversationWiperThread - Class in org.apache.myfaces.orchestra.conversation
The ConversationWiperThread will trigger the conversation timeout check.
ConversationWiperThread(long) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
Constructor.
create(ConnectionManagerDataSource) - Static method in class org.apache.myfaces.orchestra.connectionManager.DisconnectableConnectionFactory
 
create() - Method in class org.apache.myfaces.orchestra.conversation.spring.JpaPersistenceContextFactory
 
create() - Method in interface org.apache.myfaces.orchestra.conversation.spring.PersistenceContextFactory
 
createComponent(ValueExpression, FacesContext, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createComponent(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createComponent(ValueBinding, FacesContext, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createConversation(ConversationContext, String) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationFactory
 
createConversation(ConversationContext, String) - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
Implementation of ConversationFactory interface.
createConversation(ConversationContext, String) - Method in class org.apache.myfaces.orchestra.viewController.spring.SpringViewControllerScope
 
createConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
createConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
If this method is not overridden by a subclass, then method setConversationMessager must be used to explicitly provide an instance.
createConverter(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createConverter(Class) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createConverter(String, MethodInvocation) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplicationFactory
 
createDefaultConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
createDefaultConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
createMethodBinding(String, Class[]) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createValidator(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createValueBinding(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
createView(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
CurrentConversationAdvice - Class in org.apache.myfaces.orchestra.conversation
An advice which is added to all conversation scoped beans.
CurrentConversationAdvice(Conversation, String) - Constructor for class org.apache.myfaces.orchestra.conversation.CurrentConversationAdvice
 
CurrentConversationInfo - Class in org.apache.myfaces.orchestra.conversation
Holds various info about the current conversation.
CurrentConversationInfo(Conversation, String) - Constructor for class org.apache.myfaces.orchestra.conversation.CurrentConversationInfo
 

D

decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.apache.myfaces.orchestra.conversation.spring.BeanDefinitionConversationNameAttrDecorator
 
DefaultViewControllerManager - Class in org.apache.myfaces.orchestra.viewController

The default ViewControllerManager which uses the DefaultViewControllerNameMapper to map view-ids to bean names and the ReflectiveViewControllerExecutor to invoke view controller events on your beans.

DefaultViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
 
DefaultViewControllerNameMapper - Class in org.apache.myfaces.orchestra.viewController
Map view-ids to bean names.
DefaultViewControllerNameMapper() - Constructor for class org.apache.myfaces.orchestra.viewController.DefaultViewControllerNameMapper
 
destroy() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Destroy the conversation.
destroy() - Method in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapterFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapterFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.lib.CompoundFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
disconnect() - Method in interface org.apache.myfaces.orchestra.connectionManager.DisconnectableConnection
Close the underlying connection object.
DisconnectableConnection - Interface in org.apache.myfaces.orchestra.connectionManager
The interface for objects returned by the getConnection method of ConnectionManagerDataSource.
DisconnectableConnectionFactory - Class in org.apache.myfaces.orchestra.connectionManager
Create proxy connections able to handle disconnection of the underlying real connection.
dispatch(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapterFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapterFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.lib.CompoundFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 

E

encodeActionURL(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
encodeAndAttachParameters(String) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
Encode all fields of all providers, and attach the name-value pairs to url.
encodeBegin(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
encodeBegin(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
encodeChildren(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
encodeNamespace(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
encodeResourceURL(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
encodeURL(String) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper
 
endAndRestartConversation(FacesContext, String, Boolean, MethodBinding) - Static method in class org.apache.myfaces.orchestra.conversation.jsf._JsfConversationUtils
end and restart a conversation
EndConversationTag - Class in org.apache.myfaces.orchestra.conversation.jsf.components
End a conversation.
EndConversationTag() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
endRequest() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
ensureConversation(String, String) - Static method in class org.apache.myfaces.orchestra.conversation.jsf.JsfConversationUtils
if no conversation with name conversationName is active a navigation with the given action will be issued

Notice: optionally you can use the conversationName as "fromAction" in your faces-config.xml

ensureConversationRedirect(String, String) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
If no conversation with name conversationName is active a redirect to redirectViewId will be issued.
enterConversation() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Increase one to the "conversation active" counter.
evaluateExpressionGet(FacesContext, String, Class) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
executeInitView(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executeInitView(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
executePreProcess(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executePreProcess(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
executePreRenderView(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executePreRenderView(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
ExternalContextWrapper - Class in org.apache.myfaces.orchestra.urlParamNav
 
ExternalContextWrapper(ExternalContext) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 

F

FacesContextWrapper - Class in org.apache.myfaces.orchestra.urlParamNav
 
FacesContextWrapper(FacesContext) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
findEndConversationComponent(UIComponent, String) - Static method in class org.apache.myfaces.orchestra.conversation.jsf._JsfConversationUtils
Find a child start or end conversation component for the given conversation name
findParentCommand(UIComponent) - Static method in class org.apache.myfaces.orchestra.conversation.jsf._JsfConversationUtils
Find the first parent which is a command
FlashScopeManager - Class in org.apache.myfaces.orchestra.conversation
Manager to deal with page scoped beans.
FlashScopeManager() - Constructor for class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
FlashScopeManagerConfiguration - Class in org.apache.myfaces.orchestra.conversation
Provides configuration information to a FlashScopeManager instance.
FlashScopeManagerConfiguration() - Constructor for class org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration
 
FlashScopePhaseListener - Class in org.apache.myfaces.orchestra.conversation.jsf
Handle Flash conversations.
FlashScopePhaseListener() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.FlashScopePhaseListener
 
FrameworkAdapter - Class in org.apache.myfaces.orchestra.frameworkAdapter
An interface that provides access to all the data necessary for Orchestra to work while isolating Orchestra from the actual UI presentation framework being used.
FrameworkAdapter() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Constructor.

G

get(String, ObjectFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
This is invoked by Spring whenever someone calls getBean(name) on a bean-factory and the bean-definition for that bean has a scope attribute that maps to an instance of this class.
getActionListener() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getActionURL(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
getAlternateBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
 
getApplication() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplicationFactory
 
getApplication() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getApplicationContext() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getApplicationMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
getAspect(Class) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Get the aspect corresponding to the given class.
getAspect(Class) - Method in class org.apache.myfaces.orchestra.conversation.ConversationAspects
 
getAspects() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
getAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Get a specific attribute, ie a named managed bean.
getAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Get a specific attribute.
getAuthType() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getBean(String, ObjectFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
See method get(name, objectFactory).
getBean(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
Look in the request and session scopes for an entry with the specified name.
getBean(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Return the variable with the specified name, or null if no such bean exists.
getBean(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getBean(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getBeanName() - Method in class org.apache.myfaces.orchestra.conversation.CurrentConversationInfo
The bean name.
getClientIdsWithMessages() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getComponentType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.SeparateConversationContextTag
 
getComponentTypes() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getConnection() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Return a proxy that wraps a connection of the underlying datasource.
getConnection(String, String) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Not supported.
getConnection() - Method in interface org.apache.myfaces.orchestra.connectionManager.DisconnectableConnection
Get the real underlying Connection object.
getContext() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getConversation() - Method in class org.apache.myfaces.orchestra.conversation.ConversationAspect
 
getConversation() - Method in class org.apache.myfaces.orchestra.conversation.ConversationBindingEvent
 
getConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Get a conversation by name.
getConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation with the given name
getConversation() - Method in class org.apache.myfaces.orchestra.conversation.CurrentConversationInfo
The conversation the bean is associated with.
getConversationContext(Long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation context for the given id
getConversationContextId() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the current, or create a new unique conversationContextId.
getConversationForBean(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Get the conversation for the given beanName.
getConversationId() - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Return the conversation context id.
getConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Return an object that can report internal application problems to the user associated with the current request.
getConversationName() - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
getConversationNameForBean(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Get the conversation name associated with the beanName.
getConversationNameForBean(String) - Method in class org.apache.myfaces.orchestra.viewController.spring.SpringViewControllerScope
 
getConverter() - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
getConverterIds() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getConverterTypes() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getCurrentConversationContext() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the current conversation context.
getCurrentInstance() - Static method in class org.apache.myfaces.orchestra.conversation.Conversation
Get the current conversation.
getCurrentInstance() - Static method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Return an object that implements the non-static methods of this abstract class in a manner appropriate for whatever UI framework is handling the current request.
getCurrentInstanceInfo() - Static method in class org.apache.myfaces.orchestra.conversation.Conversation
Returns the info about the current conversation
getDataSource() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Return the underlying datasource for this wrapper.
getDefaultLocale() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getDefaultRenderKitId() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getELContextListeners() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getELResolver() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getEntityManagerFactory() - Method in class org.apache.myfaces.orchestra.conversation.spring.JpaPersistenceContextFactory
 
getErrorOutcome() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
getErrorOutcome() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
getExpressionFactory() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getExpressionString() - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
getExternalContext() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getFacesContext() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.jsf.RequestParameterFacesContextFactory
 
getFactory() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Return the factory that created this conversation.
getFamily() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
 
getFamily() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
getFields() - Method in class org.apache.myfaces.orchestra.conversation.ConversationRequestParameterProvider
 
getFields() - Method in interface org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProvider
Return the names of fields this instance wants to add to the url.
getFieldValue(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationRequestParameterProvider
 
getFieldValue(String) - Method in interface org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProvider
Return the value for the given field (which should be one of the values returned by the getFields method).
getFlashScopeManagerConfiguration() - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
getId() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
The conversation context id, unique within the current http session.
getIgnoreViewIds() - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration
 
getInitParameter(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
getInitParameter(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Return the global init parameter with the specified name.
getInitParameter(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getInitParameter(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getInitParameter(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getInitParameterMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getInstance() - Static method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation manager.
getInstance(boolean) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation manager.
getInstance() - Static method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
getInstance() - Static method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
getLastAccess() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
The system time in millis when this conversation has been accessed last
getLastAccess() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
The system time in millis when this conversation has been accessed last.
getLifetime() - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
See SpringConversationScope.setLifetime(java.lang.String).
getLoginTimeout() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getLogWriter() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getMaximumSeverity() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getMessageBundle() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getMessager() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the Messager used to inform the user about anomalies.
getMessages() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getMessages(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getName() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Return the name of this conversation.
getName() - Method in class org.apache.myfaces.orchestra.conversation.ConversationBindingEvent
 
getName() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
the conversation name
getName() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
the conversation name
getNavigationHandler() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getOnOutcome() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
getOnOutcome() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
getOrCreateConversationContext(Long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation context for the given id.
getPersistenceContext() - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextCloser
 
getPhaseId() - Method in class org.apache.myfaces.orchestra.conversation.jsf.FlashScopePhaseListener
 
getPhaseId() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraInitializationPhaseListener
 
getPhaseId() - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
getPropertyResolver() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getProviders() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
getRealBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
 
getRemoteUser() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRendererType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
 
getRendererType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.SeparateConversationContextTag
 
getRenderKit() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getRenderResponse() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getRendersChildren() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
getRequest() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
getRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Get a request-scope variable.
getRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getRequestAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getRequestContextPath() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
getRequestContextPath() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getRequestContextPath() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestCookieMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestHeaderMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestHeaderValuesMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestLocale() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestLocales() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
getRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Get a value from the set of input parameters sent by the user as part of the request.
getRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getRequestParameterAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getRequestParameterMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestParameterNames() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestParameterValuesMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestPathInfo() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getRequestServletPath() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getResource(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getResourceAsStream(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getResourceBundle(FacesContext, String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getResourcePaths(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getResourceURL(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
getResponse() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getResponseComplete() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getResponseStream() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getResponseWriter() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
getSession(boolean) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
getSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Get a variable from the session-scope of the current user.
getSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getSessionAttribute(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getSessionMap() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getStateManager() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getSupportedLocales() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getThrowableText(Throwable) - Method in class org.apache.myfaces.orchestra.conversation.jsf.JsfConversationMessager
 
getTimeout() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Get the timeout after which this context will be closed.
getTimeout() - Method in class org.apache.myfaces.orchestra.conversation.ConversationTimeoutableAspect
Get the timeout in msecs after which this conversation will be invalidated.
getTimeout() - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
See SpringConversationScope.setTimeout(java.lang.Integer).
getType(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
getUserPrincipal() - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
getValidatorIds() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getVariableResolver() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getViewController(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
getViewController(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
 
getViewControllerManager(FacesContext) - Static method in class org.apache.myfaces.orchestra.viewController._ViewControllerUtils
 
getViewControllerName(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
getViewControllerName(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
 
getViewHandler() - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
getViewId(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
getViewRoot() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 

H

handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterNavigationHandler
 
hasAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Check if this conversation holds a specific attribute (ie has a specific named managed bean instance).
hasAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Check if this conversationContext holds a specific attribute.
hasConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Check if the given conversation exists.
hasConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
check if the given conversation is active
hasConversationContext() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
check if we have a conversation context
hasConversations() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
See if there is a conversation with the specified name.

I

init() - Method in class org.apache.myfaces.orchestra.conversation.spring.OrchestraNamespaceHandler
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapterFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapterFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.lib.CompoundFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
initAspects(Conversation) - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
Add aspects to a newly-created conversation.
initView() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
 
interceptRedirect(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterNavigationHandler
 
InterfaceViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
Invokes ViewController events using the ViewController interface
InterfaceViewControllerExecutor() - Constructor for class org.apache.myfaces.orchestra.viewController.InterfaceViewControllerExecutor
 
invalidate() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Invalidate (end) the conversation.
invalidateAndRestart() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Invalidate/End and restart the conversation.
invalidateAndRestart(Conversation) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
End and restart the given conversation.
invalidateAndRestartCurrent() - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
End and restart the current conversation.
invalidateFlashConversations(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.FlashScopePhaseListener
Invalidates any conversation with aspect ConversationFlashLifetimeAspect which has not been accessed during a http request
invalidateIfExists(String) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
Invalidates a conversation if it exists.
invoke(MethodInvocation) - Method in class org.apache.myfaces.orchestra.conversation.CurrentConversationAdvice
 
invoke(FacesContext, Object[]) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
invoke(MethodInvocation) - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextConversationInterceptor
 
invokeInitView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
 
invokeInitView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.CompositeViewControllerExecutor
 
invokeInitView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.InterfaceViewControllerExecutor
 
invokeInitView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.ReflectiveViewControllerExecutor
 
invokeInitView(String, Object) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerExecutor
 
invokeNavigation(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
Perform a redirect to the specified url.
invokeNavigation(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Navigate to the specified logical destination.
invokeNavigation(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
invokeNavigation(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
invokeOnViewController(Object, String) - Method in class org.apache.myfaces.orchestra.viewController.ReflectiveViewControllerExecutor
Helper method to find the method which should get invoked.
invokePreProcess(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
 
invokePreProcess(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.CompositeViewControllerExecutor
 
invokePreProcess(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.InterfaceViewControllerExecutor
 
invokePreProcess(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.ReflectiveViewControllerExecutor
 
invokePreProcess(String, Object) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.CompositeViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.InterfaceViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.ReflectiveViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerExecutor
 
isAccessed() - Method in class org.apache.myfaces.orchestra.conversation.ConversationFlashLifetimeAspect
 
isAlternateBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
 
isConversationAccessed(String) - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
isIgnoreRequest() - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
isInSeparationMode() - Static method in class org.apache.myfaces.orchestra.conversation.ConversationRequestParameterProvider
Returns true if URLs should be written out unmodified, false if they should have the conversation context id appended as a query parameter.
isInvalid() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Return true if the conversation is invalid, ie should not be used.
isQueueInvalid() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Return true if the conversation has been queued to be invalidated.
isResponseIntercepted() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
isTimeoutReached() - Method in class org.apache.myfaces.orchestra.conversation.ConversationTimeoutableAspect
Check if this conversation reached the timeout period.
isTransient() - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
Required by StateHolder interface.
isUserInRole(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
isWrapperFor(Class) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Always throws UnsupportedOperationException.
iterateConversations() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Iterates over all the conversations in this context.
iterateConversations() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Returns an iterator over all the Conversation objects in the current conversation context.

J

JpaPersistenceContextFactory - Class in org.apache.myfaces.orchestra.conversation.spring
A factory for PersistenceContext objects which integrates with Spring's JPA support.
JpaPersistenceContextFactory() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.JpaPersistenceContextFactory
 
JsfConversationMessager - Class in org.apache.myfaces.orchestra.conversation.jsf
Inform the user about some anomalies by displaying the problems as standard JSF messages.
JsfConversationMessager() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.JsfConversationMessager
 
JsfConversationUtils - Class in org.apache.myfaces.orchestra.conversation.jsf
Some helpers usable for public use
JsfFrameworkAdapter - Class in org.apache.myfaces.orchestra.frameworkAdapter.jsf
An implementation of the FrameworkAdapter for JSF environments.
JsfFrameworkAdapter(String) - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
JsfFrameworkAdapterFilter - Class in org.apache.myfaces.orchestra.frameworkAdapter.jsf
Configures the JsfFrameworkAdapter.
JsfFrameworkAdapterFilter() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapterFilter
 

L

leaveConversation() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
decrease one from the "conversation active" counter
LIFETIME_FLASH - Static variable in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
 
LIFETIME_MANUAL - Static variable in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
 
LocalFrameworkAdapter - Class in org.apache.myfaces.orchestra.frameworkAdapter.local
A FrameworkAdapter which uses local maps to simulate a servlet environment.
LocalFrameworkAdapter() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
log(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
log(String, Throwable) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
LogConversationMessager - Class in org.apache.myfaces.orchestra.conversation.basic
Handle user-specific notifications about conversation anomalies, when we are running in a plain servlet environment (no JSF etc).
LogConversationMessager() - Constructor for class org.apache.myfaces.orchestra.conversation.basic.LogConversationMessager
 

M

mapViewId(String) - Method in class org.apache.myfaces.orchestra.viewController.CompositeViewControllerNameMapper
 
mapViewId(String) - Method in class org.apache.myfaces.orchestra.viewController.DefaultViewControllerNameMapper
 
mapViewId(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerNameMapper
 
markAsAccessed() - Method in class org.apache.myfaces.orchestra.conversation.ConversationFlashLifetimeAspect
 

N

newInstance(String) - Static method in class org.apache.myfaces.orchestra.lib._ClassUtils
create a new instance for a class by its name
notifyAccessConversation(Conversation) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
notifyAccessConversation(Conversation) - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
Mark the specified conversation as having been accessed.

O

onAfterBorrowConnection(Connection) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
onAfterReleaseConnection(Connection) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
OrchestraApplication - Class in org.apache.myfaces.orchestra.lib.jsf
Allows a better spring configuration, currently it allows one to: configure a converter in the spring configuration to get in use of the persistence dependency injections
OrchestraApplication(Application) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
OrchestraApplicationFactory - Class in org.apache.myfaces.orchestra.lib.jsf
Decorate the orignial application and provide an Orchestra enhanced version.
OrchestraApplicationFactory(ApplicationFactory) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplicationFactory
 
OrchestraException - Exception in org.apache.myfaces.orchestra.lib
A generic orchestra exception
OrchestraException() - Constructor for exception org.apache.myfaces.orchestra.lib.OrchestraException
 
OrchestraException(String) - Constructor for exception org.apache.myfaces.orchestra.lib.OrchestraException
 
OrchestraException(String, Throwable) - Constructor for exception org.apache.myfaces.orchestra.lib.OrchestraException
 
OrchestraException(Throwable) - Constructor for exception org.apache.myfaces.orchestra.lib.OrchestraException
 
OrchestraInitializationPhaseListener - Class in org.apache.myfaces.orchestra.lib.jsf
Ensure that Orchestra is initialised for the current user.
OrchestraInitializationPhaseListener() - Constructor for class org.apache.myfaces.orchestra.lib.jsf.OrchestraInitializationPhaseListener
 
OrchestraNamespaceHandler - Class in org.apache.myfaces.orchestra.conversation.spring
Wire the custom orchestra xml attributes to the appropriate handler classes.
OrchestraNamespaceHandler() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.OrchestraNamespaceHandler
 
OrchestraServletFilter - Class in org.apache.myfaces.orchestra.conversation.jsf.filter
Provides the functionality of two useful orchestra filters together as one, reducing the amount of web.xml configuration required.
OrchestraServletFilter() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.filter.OrchestraServletFilter
 
OrchestraServletFilter - Class in org.apache.myfaces.orchestra.filter
Perform a number of useful per-request tasks.
OrchestraServletFilter() - Constructor for class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
 
org.apache.myfaces.orchestra.connectionManager - package org.apache.myfaces.orchestra.connectionManager
The purpose of this package is to provide a DataSource implementation that can be wrapped around a real datasource to ensure that all connections allocated by a thread are returned.
org.apache.myfaces.orchestra.conversation - package org.apache.myfaces.orchestra.conversation
 
org.apache.myfaces.orchestra.conversation.basic - package org.apache.myfaces.orchestra.conversation.basic
 
org.apache.myfaces.orchestra.conversation.jsf - package org.apache.myfaces.orchestra.conversation.jsf
 
org.apache.myfaces.orchestra.conversation.jsf.components - package org.apache.myfaces.orchestra.conversation.jsf.components
 
org.apache.myfaces.orchestra.conversation.jsf.filter - package org.apache.myfaces.orchestra.conversation.jsf.filter
 
org.apache.myfaces.orchestra.conversation.jsf.lib - package org.apache.myfaces.orchestra.conversation.jsf.lib
 
org.apache.myfaces.orchestra.conversation.servlet - package org.apache.myfaces.orchestra.conversation.servlet
 
org.apache.myfaces.orchestra.conversation.spring - package org.apache.myfaces.orchestra.conversation.spring
 
org.apache.myfaces.orchestra.filter - package org.apache.myfaces.orchestra.filter
 
org.apache.myfaces.orchestra.frameworkAdapter - package org.apache.myfaces.orchestra.frameworkAdapter
 
org.apache.myfaces.orchestra.frameworkAdapter.basic - package org.apache.myfaces.orchestra.frameworkAdapter.basic
 
org.apache.myfaces.orchestra.frameworkAdapter.jsf - package org.apache.myfaces.orchestra.frameworkAdapter.jsf
 
org.apache.myfaces.orchestra.frameworkAdapter.local - package org.apache.myfaces.orchestra.frameworkAdapter.local
 
org.apache.myfaces.orchestra.lib - package org.apache.myfaces.orchestra.lib
 
org.apache.myfaces.orchestra.lib.jsf - package org.apache.myfaces.orchestra.lib.jsf
 
org.apache.myfaces.orchestra.requestParameterProvider - package org.apache.myfaces.orchestra.requestParameterProvider
This package provides the ability for objects to add query parameters to every URL output in the page being rendered.
org.apache.myfaces.orchestra.requestParameterProvider.jsf - package org.apache.myfaces.orchestra.requestParameterProvider.jsf
 
org.apache.myfaces.orchestra.urlParamNav - package org.apache.myfaces.orchestra.urlParamNav
This JSF-specific package helps JSF applications produce "bookmarkable" views.
org.apache.myfaces.orchestra.viewController - package org.apache.myfaces.orchestra.viewController
Provide lifecycle callbacks (on view creation, pre-render, etc) for managed beans.
org.apache.myfaces.orchestra.viewController.jsf - package org.apache.myfaces.orchestra.viewController.jsf
 
org.apache.myfaces.orchestra.viewController.spring - package org.apache.myfaces.orchestra.viewController.spring
 

P

PersistenceContext - Interface in org.apache.myfaces.orchestra.conversation.spring
Interface which will be used by the PersistenceContextConversationInterceptor to configure the spring persistence framework.
PersistenceContextCloser - Class in org.apache.myfaces.orchestra.conversation.spring
A simple class to tidy up persistence contexts.
PersistenceContextCloser(PersistenceContext) - Constructor for class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextCloser
 
PersistenceContextConversationInterceptor - Class in org.apache.myfaces.orchestra.conversation.spring
Maintain the appropriate persistence state for the current call-stack.
PersistenceContextConversationInterceptor() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextConversationInterceptor
 
PersistenceContextFactory - Interface in org.apache.myfaces.orchestra.conversation.spring
The factory is responsible for creating a PersistenceContext
postRestoreView(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invokes the initView method on your view controller
preInvokeApplication(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invokes the preProcess method on your view controller
prepare() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Ensure this object is valid, and perform any once-only initialisation required.
preProcess() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
 
preRenderResponse(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invokes the preRenderView method on your view controller
preRenderView() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
 

R

redirect(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
redirect(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Instruct the remote browser to fetch the specified URL.
redirect(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
redirect(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
redirect(String) - Method in class org.apache.myfaces.orchestra.urlParamNav.ExternalContextWrapper
 
ReflectiveViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
Invokes ViewController events using reflection.
ReflectiveViewControllerExecutor() - Constructor for class org.apache.myfaces.orchestra.viewController.ReflectiveViewControllerExecutor
 
register(RequestParameterProvider) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
Register the given provider.
registerDestructionCallback(String, Runnable) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Add the given runnable wrapped within an ConversationBindingListener to the conversation map.
release() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
releaseAllBorrowedConnections() - Static method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
If the calling thread has allocated connections via this datasource, then return the underlying real connections to the underlying datasource.
remove(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
removeAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Remove a bean from the conversation.
removeAttribute(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Remove an attribute from the conversationContext.
removeConversation(Conversation) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Remove the conversation from this context.
removeConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Remove the conversation with the given name from this context.
removeConversation(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Remove a conversation Notice: Its assumed that the conversation has already been invalidated
removeConversationContext(Long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Destroy the given conversation context

Notice: its assumed that the context is already been destroyed

removeConversationManager(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
Remove a ConversationManager from the list to check.
removeELContextListener(ELContextListener) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
renderResponse() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
renderView(FacesContext, UIViewRoot) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
REQUEST_ATTRIBUTE - Static variable in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextConversationInterceptor
 
REQUEST_PARAM_FILTER_CALLED - Static variable in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
REQUEST_PARAM_RESPONSE_WRAPPED - Static variable in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
RequestParameterFacesContextFactory - Class in org.apache.myfaces.orchestra.requestParameterProvider.jsf
Ensure that a custom wrapper is put aroung the HttpServletResponse so that encodeURL can be intercepted and modified.
RequestParameterFacesContextFactory(FacesContextFactory) - Constructor for class org.apache.myfaces.orchestra.requestParameterProvider.jsf.RequestParameterFacesContextFactory
 
RequestParameterProvider - Interface in org.apache.myfaces.orchestra.requestParameterProvider
The interface a provider has to implement to add parameters to the url.
RequestParameterProviderManager - Class in org.apache.myfaces.orchestra.requestParameterProvider
The manager which manage all the attached providers and add their fields to the url.
RequestParameterResponseWrapper - Class in org.apache.myfaces.orchestra.requestParameterProvider
This wrapper intercepts encodeURL and pass it to the RequestParameterProviderManager which attaches the url parameters
RequestParameterResponseWrapper(HttpServletResponse) - Constructor for class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper
 
RequestParameterServletFilter - Class in org.apache.myfaces.orchestra.requestParameterProvider
This filter wraps each HttpServletRequest in a RequestParameterResponseWrapper, meaning that every call to response.encodeURL() gets forwarded to the RequestParameterProviderManager.
RequestParameterServletFilter() - Constructor for class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
resolveVariable(FacesContext, String) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver
 
responseComplete() - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
restoreView(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
run() - Method in class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
 

S

saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
SeparateConversationContextTag - Class in org.apache.myfaces.orchestra.conversation.jsf.components
Embedded links will start a new conversation context
SeparateConversationContextTag() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.SeparateConversationContextTag
 
SerializableConverter - Class in org.apache.myfaces.orchestra.lib.jsf
Wraps a converter and serialize just its id to make it serializable.
SerializableConverter(String) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
SerializableConverter(String, Converter) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
SERIALIZE_REQUESTS - Static variable in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
This filter init property can be set to "true" or "false".
sessionCreated(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
setActionListener(ActionListener) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setAdvices(Advice[]) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
The advices (interceptors) which will be applied to the conversation scoped bean.
setApplication(Application) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplicationFactory
 
setApplicationContext(ApplicationContext) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Get an ApplicationContext injected by Spring.
setApplicationContext(ApplicationContext) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setApplicationContext(ConfigurableApplicationContext) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Add the given bean to the conversation scope.
setAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Add an attribute to the conversationContext.
setBeanFactory(BeanFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Set the Conversation object to the bean if it implements the ConversationAware interface.
setConversation(Conversation) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationAware
The conversation the bean implementing this interface belongs to.
setConversationException(Throwable) - Method in class org.apache.myfaces.orchestra.conversation.basic.LogConversationMessager
 
setConversationException(Throwable) - Method in class org.apache.myfaces.orchestra.conversation.ConversationMessager
An exception happened, for example during invalidate action.
setConversationException(Throwable) - Method in class org.apache.myfaces.orchestra.conversation.jsf.JsfConversationMessager
 
setConversationMessager(ConversationMessager) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Set the object that can report internal application problems to the user associated with a request.
setConversationNotActive(String) - Method in class org.apache.myfaces.orchestra.conversation.basic.LogConversationMessager
 
setConversationNotActive(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationMessager
Display message about a not active conversation (close before the redirect).
setConversationNotActive(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.JsfConversationMessager
 
setCurrentInstance(CurrentConversationInfo) - Static method in class org.apache.myfaces.orchestra.conversation.Conversation
Sets info about the current conversation instance.
setCurrentInstance(FrameworkAdapter) - Static method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Expected to be called only by a servlet filter at the start and end of each request.
setDataSource(DataSource) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Set the underlying datasource via an explicit call.
setDefaultLocale(Locale) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setDefaultRenderKitId(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.JpaPersistenceContextFactory
 
setErrorOutcome(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
setErrorOutcome(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
setFlashScopeManagerConfiguration(FlashScopeManagerConfiguration) - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
 
setIgnoreRequest() - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManager
Suppress flash scope for the current request, ie do not terminate conversations that are not accessed by this request.
setIgnoreViewIds(Set) - Method in class org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration
Do not terminate any "unaccessed conversations" after handling a request to any of the specified views.
setInSeparationMode(boolean) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationRequestParameterProvider
Update a threadlocal flag indicating whether URLs written to the response page should have the special ConversationContext query parameter added to them or not.
setJndiName(String) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Specify that the underlying datasource should be retrieved via JNDI.
setLifetime(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
Must be one of "flash" or "manual".
setLoginTimeout(int) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setMessageBundle(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setName(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
the conversation name
setName(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
the conversation name
setNavigationHandler(NavigationHandler) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setOnOutcome(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
setOnOutcome(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
setPersistenceContextFactory(PersistenceContextFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextConversationInterceptor
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
setPropertyResolver(PropertyResolver) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setRequestAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
setRequestAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
 
setRequestAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
setRequestAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setRequestParameterAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setResponseStream(ResponseStream) - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
setResponseWriter(ResponseWriter) - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
setSessionAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
setSessionAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
 
setSessionAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
setSessionAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setStateManager(StateManager) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setSupportedLocales(Collection) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setTimeout(long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Set the timeout after which this context will be closed.
setTimeout(long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationTimeoutableAspect
Set the timeout in msecs after which this conversation will be invalidated.
setTimeout(Integer) - Method in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
The timeout in minutes when the conversation will end.
setTransient(boolean) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
Required by StateHolder interface.
setVariableResolver(VariableResolver) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setViewHandler(ViewHandler) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraApplication
 
setViewRoot(UIViewRoot) - Method in class org.apache.myfaces.orchestra.urlParamNav.FacesContextWrapper
 
SpringConversationScope - Class in org.apache.myfaces.orchestra.conversation.spring
Handles creation and lookup of any bean whose bean-definition specifies a scope that maps to an instance of this type.
SpringConversationScope() - Constructor for class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
 
SpringViewControllerScope - Class in org.apache.myfaces.orchestra.viewController.spring
provides a dummy scope which will place a bean configured for into the same conversation as the viewController.
SpringViewControllerScope() - Constructor for class org.apache.myfaces.orchestra.viewController.spring.SpringViewControllerScope
 
startConversation(String, ConversationFactory) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Start a conversation if not already started.
startConversation(String, ConversationFactory) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Start a conversation.

T

touch() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Mark this conversation as having been used at the current time.
touch() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Mark this context as having been used.

U

UIEndConversation - Class in org.apache.myfaces.orchestra.conversation.jsf.components
Can be used to end a manual-scope conversation, and optionally handles exceptions thrown by action methods.
UIEndConversation() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.UIEndConversation
 
UISeparateConversationContext - Class in org.apache.myfaces.orchestra.conversation.jsf.components
Embedded links will start a new conversation context.
UISeparateConversationContext() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
unbind() - Method in interface org.apache.myfaces.orchestra.conversation.spring.PersistenceContext
Unbind the underlying object, so it is no longer available via the standard APIs for the underlying ORM implementation.
unwrap(Class) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Always throws UnsupportedOperationException.
UrlParameterNavigationHandler - Class in org.apache.myfaces.orchestra.urlParamNav
This navigation handler replaces EL expressions (value bindings) within the to-view-id property of a navigation rule.
UrlParameterNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.UrlParameterNavigationHandler
 
UrlParameterViewHandler - Class in org.apache.myfaces.orchestra.urlParamNav
This view handler helps to preserve any url parameter you configured in your navigation.
UrlParameterViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 

V

valueBound(ConversationBindingEvent) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationBindingListener
The bean has been added to the conversation.
valueBound(ConversationBindingEvent) - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextCloser
 
valueUnbound(ConversationBindingEvent) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationBindingListener
The bean has been removed from the conversation.
valueUnbound(ConversationBindingEvent) - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextCloser
 
VIEW_CONTROLLER_MANAGER_NAME - Static variable in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
 
ViewController - Interface in org.apache.myfaces.orchestra.viewController
The ViewController interface

Your bean has to implement this interface if you've decided to use the InterfaceViewControllerExecutor to get notifications

ViewControllerExecutor - Interface in org.apache.myfaces.orchestra.viewController
The interface you have to use as basis class for any custom view controller executor.
ViewControllerManager - Interface in org.apache.myfaces.orchestra.viewController
Route per-view lifecycle events to the correct user methods.
ViewControllerNameMapper - Interface in org.apache.myfaces.orchestra.viewController
The interface for the name mapper.
ViewControllerPhaseListener - Class in org.apache.myfaces.orchestra.viewController.jsf
Causes lifecycle methods to be invoked on backing beans that are associated with the current view.
ViewControllerPhaseListener() - Constructor for class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
ViewControllerVariableResolver - Class in org.apache.myfaces.orchestra.viewController.jsf
Provides a way to access the viewController through the JSF expression language (EL) using the special variable name oxViewController.
ViewControllerVariableResolver(VariableResolver) - Constructor for class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver
 

W

writeState(FacesContext) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 

X

XSD_CONVERSATION_NAME_ATTRIBUTE - Static variable in class org.apache.myfaces.orchestra.conversation.spring.BeanDefinitionConversationNameAttrDecorator
The name of the xml attribute in the spring bean definition that is used by orchestra as the conversation name.

_

_ClassUtils - Class in org.apache.myfaces.orchestra.lib
Internal helper class for some class management.
_ConversationUtils - Class in org.apache.myfaces.orchestra.conversation
Various utilities used by the conversation framework Notice: this class is not meant to be used outside of this library
_EndConversationMethodBindingFacade - Class in org.apache.myfaces.orchestra.conversation.jsf.lib
A facade for the original method binding to deal with end conversation conditions.
_EndConversationMethodBindingFacade() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
_EndConversationMethodBindingFacade(String, Collection, MethodBinding, String) - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
Constructor.
_JsfConversationUtils - Class in org.apache.myfaces.orchestra.conversation.jsf
Various utilities used by the conversation framework Notice: this class is not meant to be used outside of this library
_SpringUtils - Class in org.apache.myfaces.orchestra.conversation.spring
Various Spring utilities used by the conversation framework Notice: this class is not meant to be used outside of this library
_ViewControllerUtils - Class in org.apache.myfaces.orchestra.viewController
Various utilities used by the viewController framework Notice: this class is not meant to be used outside of this library

A B C D E F G H I J L M N O P R S T U V W X _

Copyright 2007 The Apache Software Foundation. All Rights Reserved.