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

A

AbstractAnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
AbstractAnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
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
An implementation of ViewControllerExecutor that can be subclassed to customise the mapping of lifecycle events to bean methods.
AbstractViewControllerExecutor() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
 
AbstractViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A partial implementation of the ViewControllerManager interface which allows subclasses to just implement two simple abstract methods in order to provide a fully functional ViewControllerManager implementation.
AbstractViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
accept(ServletRequest) - Method in class org.apache.myfaces.orchestra.lib._UrlMatcher
 
AccessScopeManager - Class in org.apache.myfaces.orchestra.conversation
Manager to deal with page scoped beans.
AccessScopeManager() - Constructor for class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
AccessScopeManagerConfiguration - Class in org.apache.myfaces.orchestra.conversation
Provides configuration information to a AccessScopeManager instance.
AccessScopeManagerConfiguration() - Constructor for class org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfiguration
 
AccessScopePhaseListener - Class in org.apache.myfaces.orchestra.conversation.jsf
Handle access-scoped conversations.
AccessScopePhaseListener() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
 
ACTION - Static variable in class org.apache.myfaces.orchestra.lib.jsf.RequestType
The type for a portlet ActionRequest.
activateConversationContext(ConversationContext) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Make the specific context the current context for the current HTTP session.
addAnnotationsInfo(AnnotationInfo) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
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
 
addChild(ConversationContext) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
 
addConversationAccess(String) - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
Add a conversation to the list of accessed conversations.
addConversationManager(ConversationManager) - Method in class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
Add a ConversationManager to check.
addMessage(String, FacesMessage) - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
addMessage(String, FacesMessage) - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
 
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
AnnotationInfo - Class in org.apache.myfaces.orchestra.annotation
Holds information extracted out of a single bean using its annotations.
AnnotationInfo(String, Class<?>) - Constructor for class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
AnnotationInfoManager - Class in org.apache.myfaces.orchestra.annotation
Inspects a class for Orchestra annotations, and if found then caches this information for later access.
AnnotationInfoManager() - Constructor for class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
AnnotationsInfoInitializer - Class in org.apache.myfaces.orchestra.annotation.spring
Parse all configured spring beans and extract Orchestra annotations out of them.
AnnotationsInfoInitializer() - Constructor for class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
 
AnnotationsViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
Execute the various viewController events on the viewController by calling the corresponding annotated method.
AnnotationsViewControllerExecutor(AnnotationInfoManager) - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
AnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
AnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
AnnotationsViewControllerNameMapper - Class in org.apache.myfaces.orchestra.viewController
Lookup a bean configured using the ViewController annotation which is responsible for the given viewId.
AnnotationsViewControllerNameMapper(AnnotationInfoManager) - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerNameMapper
 
apply(FaceletContext, UIComponent) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.facelets.ConverterTagHandler
 
assertConversationState(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
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
Check whether any conversations required for the specified view currently exist.
assertSameScope(String, Conversation) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Verify that the specified conversation was created by this scope object.
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.AccessScopePhaseListener
 
beforePhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
beginRecording() - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
This is invoked at the point in the request lifecycle after which we want to start tracking use of access-scoped objects.
beginRequest(ServletRequest, ServletResponse) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
beginRequest() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
This method should be invoked at the start of each JSF request cycle, before any Orchestra functionality is invoked.
bind(Object) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Return a proxy object that "binds" the specified instance to this conversation.
bind(Object) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationBinder
Return a proxy object that "binds" the specified instance to a specific conversation.
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.
bindToCurrent(Object) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
Returns a proxy object that "binds" the specified instance to the current conversation.
buildBeanName(String) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Deprecated. Should not be necessary in user code.

C

calculateCharacterEncoding(FacesContext) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
Delegate to wrapped instance.
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.
CLEANUP_CONNECTIONS - Static variable in class org.apache.myfaces.orchestra.CoreConfig
Value "org.apache.myfaces.orchestra.CoreConfig:CLEANUP_CONNECTIONS".
clear() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Deprecated. Use the "invalidate" method instead.
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
 
ConfigUtils - Class in org.apache.myfaces.orchestra.lib.jsf
Utility methods for configuring the behaviour of a JSF-based Orchestra installation.
ConfigUtils() - Constructor for class org.apache.myfaces.orchestra.lib.jsf.ConfigUtils
 
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_FACTORY_KEY - Static variable in class org.apache.myfaces.orchestra.FactoryFinder
 
CONVERSATION_MANAGER_FACTORY_KEY - Static variable in class org.apache.myfaces.orchestra.FactoryFinder
 
CONVERSATION_MESSAGER - Static variable in class org.apache.myfaces.orchestra.CoreConfig
Value "org.apache.myfaces.orchestra.CoreConfig:CONVERSATION_MESSAGER".
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.
ConversationAccessLifetimeAspect - Class in org.apache.myfaces.orchestra.conversation
Connect the conversation to the AccessScopeManager
ConversationAccessLifetimeAspect(Conversation) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationAccessLifetimeAspect
 
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.
ConversationBinder - Interface in org.apache.myfaces.orchestra.conversation
An object that is able to bind an arbitrary object to a specific conversation.
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
Constructor.
ConversationContext(ConversationContext, long) - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationContext
Constructor.
ConversationContextFactory - Interface in org.apache.myfaces.orchestra.conversation
An object that is capable of creating a fully-configured instance of a conversation context with a particular id.
ConversationContextFactoryImpl - Class in org.apache.myfaces.orchestra.conversation
An object that is capable of creating a fully-configured instance of a conversation context with a particular id.
ConversationContextFactoryImpl() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
 
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.
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
 
ConversationManagerFactory - Interface in org.apache.myfaces.orchestra.conversation
An object that is capable of creating a fully-configured instance of a ConversationManager.
ConversationManagerFactoryImpl - Class in org.apache.myfaces.orchestra.conversation
An object that is capable of creating a fully-configured instance of a conversation context with a particular id.
ConversationManagerFactoryImpl() - Constructor for class org.apache.myfaces.orchestra.conversation.ConversationManagerFactoryImpl
 
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
 
ConversationName - Annotation Type in org.apache.myfaces.orchestra.conversation.annotations
An annotation that can be attached to a class in order to set the orchestra conversation-name that this bean lives in.
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
 
ConversationRequire - Annotation Type in org.apache.myfaces.orchestra.conversation.annotations
Can be used to prevent access to a view where the expected bean state (ie conversation) does not exist, and redirect instead to another view.
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.
ConverterTag - Class in org.apache.myfaces.orchestra.conversation.jsf.components
Works like f:converter except that the converter instance is a managed-bean instance rather than a simple class.
ConverterTag() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
 
ConverterTagHandler - Class in org.apache.myfaces.orchestra.conversation.jsf.components.facelets
 
ConverterTagHandler(TagConfig) - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.components.facelets.ConverterTagHandler
 
CoreConfig - Class in org.apache.myfaces.orchestra
A place to define all the configuration constants that can be used to configure parts of Orchestra core.
CoreConfig() - Constructor for class org.apache.myfaces.orchestra.CoreConfig
 
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
 
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
 
createConversationContext(ConversationContext, long) - Method in interface org.apache.myfaces.orchestra.conversation.ConversationContextFactory
 
createConversationContext(ConversationContext, long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
 
createConversationContext(ConversationContext) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
This will create a new conversation context using the specified context as its parent.
createConversationManager() - Method in interface org.apache.myfaces.orchestra.conversation.ConversationManagerFactory
 
createConversationManager() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManagerFactoryImpl
 
createConversationMessager(String, Class) - Static method in class org.apache.myfaces.orchestra.frameworkAdapter._FrameworkAdapterUtils
 
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) - Static method in class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
Override this method in order to customise the bean instance.
createConverter(String) - Static method in class org.apache.myfaces.orchestra.conversation.jsf.components.facelets.ConverterTagHandler
Override this method in order to customise the bean instance.
createDefaultConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.basic.BasicFrameworkAdapter
 
createDefaultConversationMessager() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
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
Provide information 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
A ViewControllerManager which uses the DefaultViewControllerNameMapper to map view-ids to bean names and the ReflectiveViewControllerExecutor to invoke view controller events on 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, using a dirSubdirPage style format.
DefaultViewControllerNameMapper() - Constructor for class org.apache.myfaces.orchestra.viewController.DefaultViewControllerNameMapper
 
defineBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Register any BeanPostProcessors that are needed by this scope.
deinit() - Method in interface org.apache.myfaces.orchestra.lib.jsf.RequestHandler
 
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.frameworkAdapter.springBasic.SpringBasicFrameworkAdapterFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.lib._NullFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.lib.CompoundFilter
 
destroy() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterServletFilter
 
DFLT_TIMEOUT_MINS - Static variable in class org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
 
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.lib.jsf.PortletExternalContextWrapper
 
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.frameworkAdapter.springBasic.SpringBasicFrameworkAdapterFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.myfaces.orchestra.lib._NullFilter
 
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
 
doStartTag() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
 

E

encodeActionURL(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.lib.jsf.PortletExternalContextWrapper
 
encodeResourceURL(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
encodeURL(String) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper
Override the inherited behaviour to add to the url any query parameters that have been registered with the RequestParameterProviderManager.
encodeUrl(String) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper
Deprecated.  
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
 
endRequest() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
This method should be invoked at the end of each JSF request cycle, after the last Orchestra functionality is invoked.
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
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.
EVENT - Static variable in class org.apache.myfaces.orchestra.lib.jsf.RequestType
The type for a portlet EventRequest.
executeInitView(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executeInitView(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invokes the initView method on your view controller
executeInitView(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
This method is guaranteed to be called before any other lifecycle method (ie any of the other execute* methods on this interface.
executePreProcess(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executePreProcess(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
This method is called at most once per request for each view.
executePreRenderView(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
 
executePreRenderView(String) - Method in interface org.apache.myfaces.orchestra.viewController.ViewControllerManager
This method is called just before a view is required to render its representation back to the user.
ExternalContextUtils - Class in org.apache.myfaces.orchestra.lib.jsf
TODO: This class is a copy of org.apache.myfaces.commons.util.ExternalContextUtils Since orchestra should be compatible with 1.1, this is placed here and there is not a dependency for myfaces-commons-utils, because this stuff only works for 1.2 This provides some functionality for determining some things about the native request object that is not provided by JSF.

F

FactoryFinder - Class in org.apache.myfaces.orchestra
A factory of factory classes, just like the JSF javax.faces.FactoryFinder class.
FactoryFinder() - Constructor for class org.apache.myfaces.orchestra.FactoryFinder
 
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
Deprecated. Use AccessScopeManager instead. This class provides backwards compatibility for configuration files designed for Orchestra 1.0.
FlashScopeManager() - Constructor for class org.apache.myfaces.orchestra.conversation.FlashScopeManager
Deprecated.  
FlashScopeManagerConfiguration - Class in org.apache.myfaces.orchestra.conversation
Deprecated. Use class AccessScopeManagerConfiguration. This class exists for backwards-compatibility reasons only.
FlashScopeManagerConfiguration() - Constructor for class org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration
Deprecated.  
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.
getAccessScopeManagerConfiguration() - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
getActionURL(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
getAdvices() - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
getAlternateBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Deprecated. use getModifiedBeanName instead.
getAnnotationInfoByBeanName(String) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
getAnnotationInfoByViewId(String) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
getAnnotationInfoManager() - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
getApplication() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getApplication() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getApplicationContext() - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
 
getApplicationContext() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
getApplicationMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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
 
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.lib.jsf.PortletExternalContextWrapper
 
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
 
getBean(String) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.springBasic.SpringBasicFrameworkAdapter
 
getBeanClass() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getBeanName() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getBeanName() - Method in class org.apache.myfaces.orchestra.conversation.CurrentConversationInfo
The bean name.
getBeans() - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Get direct access to the beans map.
getChildren() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
 
getClientIdsWithMessages() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getClientIdsWithMessages() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getComponentType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.EndConversationTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.SeparateConversationContextTag
 
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.
getContentLength(ExternalContext) - Static method in class org.apache.myfaces.orchestra.lib.jsf.ExternalContextUtils
Returns the content length or -1 if the unknown.
getContext() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.
getConversationContextFactory() - Static method in class org.apache.myfaces.orchestra.FactoryFinder
Return an object that implements interface ConversationContextFactory.
getConversationContextId() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Deprecated. This method should not be needed by external classes, and was inconsistent with other methods on this class.
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.
getConversationManagerFactory() - Static method in class org.apache.myfaces.orchestra.FactoryFinder
Return an object that implements interface ConversationManagerFactory.
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.annotation.AnnotationInfo
 
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 for bean instances created using the specified bean definition.
getConversationNameForBean(String) - Method in class org.apache.myfaces.orchestra.viewController.spring.SpringViewControllerScope
Find the conversation-controller bean for the current view, then return the conversation that is configured for that controller bean.
getConversationRequire() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getConverter(FacesContext) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
getCurrentBean() - Static method in class org.apache.myfaces.orchestra.conversation.ConversationUtils
Return a reference to the most recently-invoked bean that is declared as being in a conversation scope.
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.
getCurrentRootConversationContext() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the current root conversation context (aka the window conversation context).
getCurrentViewId() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.FrameworkAdapter
Return a string that identifies what view (logical application page) the user is currently working with.
getCurrentViewId() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
Return the current JSF viewId.
getDataSource() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Return the underlying datasource for this wrapper.
getELContext() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
Implement getELContext by delegating call to another instance.
getELContext() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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
 
getExplicitConversationName(BeanDefinition) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Return the explicit conversation name for this bean definition, or null if there is none.
getExpressionString() - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
 
getExternalContext() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getExternalContext() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getFacesContext() - Method in class org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapter
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.myfaces.orchestra.lib.jsf.OrchestraFacesContextFactory
 
getFacesContext(FacesContext, Object, Object, Object) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletOrchestraFacesContextFactory
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.myfaces.orchestra.requestParameterProvider.jsf.RequestParameterFacesContextFactory
Invokes the getFacesContext method on the original factory in order to return a perfectly normal FacesContext instance.
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
Deprecated.  
getId() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
The conversation context id, unique within the current http session.
getIdAsLong() - 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.AccessScopeManagerConfiguration
 
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.lib.jsf.PortletExternalContextWrapper
 
getInitParameterMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getInitViewMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getInstance() - Static method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
getInstance() - Static method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation manager for the current http session.
getInstance(boolean) - Static method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Get the conversation manager for the current http session.
getInstance() - Static method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
getInstance() - Static method in class org.apache.myfaces.orchestra.viewController.ViewControllerManagerFactory
Returns the singleton ViewControllerManager object.
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.lib.jsf._FacesContextWrapper
 
getMaximumSeverity() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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.lib.jsf._FacesContextWrapper
 
getMessages(String) - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getMessages() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getMessages(String) - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getModifiedBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Given a bean name "foo", if it refers to a scoped proxy then the bean definition that holds the original settings is now under another name, so return that other name so the original BeanDefinition can be found.
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.ConversationContext
Get the name associated to this context.
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
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.
getOrder() - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
Implement the Spring Ordered interface.
getOriginalBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Given the name of a BeanDefinition, if this is a fake name created by spring because an aop:scoped-proxy is now wrapping this object, then return the name of that scoped-proxy bean (ie the name that the user accesses this bean by).
getParent() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Return the parent conversation context (if any).
getPersistenceContext() - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextCloser
 
getPhaseId() - Method in class org.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
 
getPhaseId() - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
getPreProcessMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getPreRenderViewMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getProviders() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
getProxy(String, ObjectFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Return a CGLIB-generated proxy class for the beanclass that is specified by the provided beanName.
getRealBean(String, String, ObjectFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Get a real bean instance (not a scoped-proxy).
getRealBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Deprecated. use getOriginalBeanName instead.
getRemoteUser() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.lib.jsf._FacesContextWrapper
 
getRenderKit() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getRenderResponse() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getRenderResponse() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getRendersChildren() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.UISeparateConversationContext
 
getRequest() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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
 
getRequestCharacterEncoding() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.lib.jsf.PortletExternalContextWrapper
 
getRequestCookieMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestHeaderMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestHeaderValuesMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestInputStream(ExternalContext) - Static method in class org.apache.myfaces.orchestra.lib.jsf.ExternalContextUtils
Returns the request input stream if one is available
getRequestLocale() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestLocales() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.lib.jsf.PortletExternalContextWrapper
 
getRequestParameterNames() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestParameterValuesMap() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestPathInfo() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestServletPath() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getRequestType(ExternalContext) - Static method in class org.apache.myfaces.orchestra.lib.jsf.ExternalContextUtils
Returns the requestType of this ExternalContext.
getRequestType(Object, Object) - Static method in class org.apache.myfaces.orchestra.lib.jsf.ExternalContextUtils
This method is used when a ExternalContext object is not available, like in TomahawkFacesContextFactory.
getResource(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResourceAsStream(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResourcePaths(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResourceURL(FacesContext, String) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
 
getResponse() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResponseCharacterEncoding() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResponseComplete() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getResponseComplete() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getResponseContentType() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
getResponseStream() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getResponseStream() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getResponseWriter() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getResponseWriter() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
getRoot() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Get the root conversation context this conversation context is associated with.
getSession(boolean) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.lib.jsf.PortletExternalContextWrapper
 
getState(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
getTarget() - Method in class org.apache.myfaces.orchestra.conversation.spring.ScopedBeanTargetSource
 
getTargetObject(Object) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Given a proxy object, return the underlying object that it currently refers to.
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.lib.jsf.PortletExternalContextWrapper
 
getViewController() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
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.AnnotationsViewControllerManager
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
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.AnnotationsViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
getViewId(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
 
getViewRoot() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
getViewRoot() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 

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.
hasChildren() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
 
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
Return true if there is a conversation context associated with the current request.
hasConversations() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Return true if there are one or more conversations in this context.

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.frameworkAdapter.springBasic.SpringBasicFrameworkAdapterFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.lib._NullFilter
 
init(FilterConfig) - Method in class org.apache.myfaces.orchestra.lib.CompoundFilter
 
init(FacesContext) - Method in interface org.apache.myfaces.orchestra.lib.jsf.RequestHandler
 
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.
initManager() - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
initManager() - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
initManager() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
initView(FacesContext) - Method in class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
Delegate to wrapped instance.
InitView - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Mark a method as needing to be invoked by the ViewController.
initView() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
This method will always be called before any other method is invoked on any backing bean for the current request.
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.
invalidate() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Invalidate all conversations within this context.
invalidateAccessScopedConversations(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
Invalidates any conversation with aspect ConversationAccessLifetimeAspect which has not been accessed during a http request
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.
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.AnnotationsViewControllerExecutor
 
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
 
invokeMethod(Object, Method) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
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.AnnotationsViewControllerExecutor
 
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.AnnotationsViewControllerExecutor
 
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.ConversationAccessLifetimeAspect
 
isAlternateBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Deprecated. use isModifiedBeanName instead.
isConversationAccessed(String) - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
isHeldByCurrentThread() - Method in class org.apache.myfaces.orchestra.lib._ReentrantLock
 
isIgnoreRequest() - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
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.
isLockedForCurrentThread() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Return true if this object is currently locked by the calling thread.
isModifiedBeanName(String) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Detect the case where a class includes a nested aop:scoped-target tag.
isPortlet() - Method in class org.apache.myfaces.orchestra.lib.jsf.RequestType
Returns true if the response for this RequestType originated from a JSR-168 or JSR-286 portlet container.
isRequestFromClient() - Method in class org.apache.myfaces.orchestra.lib.jsf.RequestType
Returns true if this request was a direct result of a call from the client.
isResponseIntercepted() - Method in class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager
 
isResponseWritable() - Method in class org.apache.myfaces.orchestra.lib.jsf.RequestType
Returns true if the response for this RequestType is intended to produce output to the client.
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.
isTransient() - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
isUserInRole(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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

LIFETIME_ACCESS - Static variable in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
 
LIFETIME_FLASH - Static variable in class org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope
Deprecated. Use LIFETIME_ACCESS instead.
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
 
lockInterruptablyForCurrentThread() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Block until no other thread has this instance marked as reserved, then mark the object as reserved for this thread.
lockInterruptibly() - Method in class org.apache.myfaces.orchestra.lib._ReentrantLock
 
log(String, Throwable) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
log(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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.AnnotationsViewControllerNameMapper
 
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.ConversationAccessLifetimeAspect
 

N

newInstance(Class) - Static method in class org.apache.myfaces.orchestra.lib._ClassUtils
Create a new instance for a class by its name
newInstance(String) - Static method in class org.apache.myfaces.orchestra.lib._ClassUtils
create a new instance for a class by its name
newProxy(AbstractSpringOrchestraScope, String, String, ObjectFactory, BeanFactory) - Static method in class org.apache.myfaces.orchestra.conversation.spring._SpringUtils
Create an object that subclasses the concrete class of the BeanDefinition for the specified targetBeanName, and when invoked delegates to an instance of that type fetched from a scope object.
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

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
 
OrchestraFacesContextFactory - Class in org.apache.myfaces.orchestra.lib.jsf
Setup some aspects of the Orchestra framework whenever a JSF request is being processed.
OrchestraFacesContextFactory(FacesContextFactory) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.OrchestraFacesContextFactory
 
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
Deprecated. Since Orchestra 1.1, initialisation of Orchestra for JSF requests is handled automatically (via the OrchestraFacesContextFactory). Therefore just the org.apache.myfaces.orchestra.filter.OrchestraServletFilter is needed. Note that if this filter is used with Orchestra1.1, then for JSF requests the FrameworkAdapter is initialised twice: once by this filter, then again by the FacesContextFactory. This does no harm.

OrchestraServletFilter() - Constructor for class org.apache.myfaces.orchestra.conversation.jsf.filter.OrchestraServletFilter
Deprecated.  
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 - package org.apache.myfaces.orchestra
 
org.apache.myfaces.orchestra.annotation - package org.apache.myfaces.orchestra.annotation
 
org.apache.myfaces.orchestra.annotation.spring - package org.apache.myfaces.orchestra.annotation.spring
 
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.annotations - package org.apache.myfaces.orchestra.conversation.annotations
 
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.components.facelets - package org.apache.myfaces.orchestra.conversation.jsf.components.facelets
This package provides custom Facelet TagHandler classes for the orchestra tags which need custom implementations.
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.frameworkAdapter.springBasic - package org.apache.myfaces.orchestra.frameworkAdapter.springBasic
 
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.annotations - package org.apache.myfaces.orchestra.viewController.annotations
 
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
PlainAnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
PlainAnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
PORTLET_LIFECYCLE_PHASE - Static variable in class org.apache.myfaces.orchestra.lib.jsf.PortletOrchestraFacesContextFactory
Constant used by orchestra to check if we are on a portlet request or not.
PortletExternalContextWrapper - Class in org.apache.myfaces.orchestra.lib.jsf
Class used by _PortletFacesContextWrapper to allow orchestra work in portlets This class wraps encodeActionURL and encodeResourceURL to include conversationContext param like RequestParameterResponseWrapper does.
PortletExternalContextWrapper(ExternalContext) - Constructor for class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
PortletOrchestraFacesContextFactory - Class in org.apache.myfaces.orchestra.lib.jsf
Class used by OrchestraFacesContextFactory to allow orchestra work in portlets In portlet world we have the following differences against servlets: 1.
PortletOrchestraFacesContextFactory() - Constructor for class org.apache.myfaces.orchestra.lib.jsf.PortletOrchestraFacesContextFactory
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
For each bean in the beanFactory, load the appropriate Class object and pass it to the annotationInfoManager object for inspection.
postRestoreView(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
Deprecated. overload/use ViewControllerPhaseListener.executeInitView(javax.faces.context.FacesContext) instead
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 - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Marks a method as needing to be invoked by the ViewController.
preProcess() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
This method will be invoked before any "action" callbacks related to buttons, links, etc.
preRenderResponse(FacesContext) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener
invokes the preRenderView method on your view controller
PreRenderView - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Marks a method as needing to be invoked by the ViewController.
preRenderView() - Method in interface org.apache.myfaces.orchestra.viewController.ViewController
This method will be invoked just before starting to render output to the user.
processBeanAnnotations(String, Class<?>) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
Inspect the provided class for annotations, and if found then cache the info keyed by the specified beanName.

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.lib.jsf.PortletExternalContextWrapper
 
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.
registerRequestHandler(Map, RequestHandler) - Static method in class org.apache.myfaces.orchestra.lib.jsf.ConfigUtils
Can be called from a Filter or similar class in order to registed a handler that should be run at the start of each request just after the FacesContext object has been created, and at the end of each request just before the FacesContext is released.
release() - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
 
release() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
release() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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
 
removeAndInvalidateAllConversationContexts() - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
 
removeAndInvalidateConversationContext(ConversationContext) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Removes the specified contextId from the set of known contexts, and deletes every conversation in it.
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.
removeChild(ConversationContext) - Method in class org.apache.myfaces.orchestra.conversation.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 Note: It is assumed that the conversation has already been invalidated
removeConversationContext(Long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationManager
Deprecated. This method is not actually used by anything.
removeConversationManager(ConversationManager) - Method in class org.apache.myfaces.orchestra.conversation.ConversationWiperThread
Remove a ConversationManager from the list to check.
RENDER - Static variable in class org.apache.myfaces.orchestra.lib.jsf.RequestType
The type for a portlet RenderRequest.
renderResponse() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
renderResponse() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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_HANDLERS - Static variable in class org.apache.myfaces.orchestra.lib.jsf.PortletOrchestraFacesContextFactory
 
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
 
RequestHandler - Interface in org.apache.myfaces.orchestra.lib.jsf
An interface for classes that want to be run at the start and end of each jsf request.
RequestParameterFacesContextFactory - Class in org.apache.myfaces.orchestra.requestParameterProvider.jsf
Ensure that a custom wrapper is put around 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 HttpServletResponse 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
 
RequestType - Class in org.apache.myfaces.orchestra.lib.jsf
TODO: This class is a copy of org.apache.myfaces.commons.util.RequestType Since orchestra should be compatible with 1.1, this is placed here and there is not a dependency for myfaces-commons-utils, because this stuff only works for 1.2 (this class is also compatible with jdk 1.4) Represents the type of request currently in the ExternalContext.
resolveVariable(FacesContext, String) - Method in class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver
 
RESOURCE - Static variable in class org.apache.myfaces.orchestra.lib.jsf.RequestType
The type for a portlet ResourceRequest.
responseComplete() - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
responseComplete() - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
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
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
ScopedBeanTargetSource - Class in org.apache.myfaces.orchestra.conversation.spring
Used with a "scoping proxy" object as generated by _SpringUtils.newProxy.
ScopedBeanTargetSource(AbstractSpringOrchestraScope, String, String, ObjectFactory, BeanFactory) - Constructor for class org.apache.myfaces.orchestra.conversation.spring.ScopedBeanTargetSource
 
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
Manually implement a proxy for Converter objects which can correctly serialize a Converter instance that has been wrapped in an Orchestra proxy.
SerializableConverter() - Constructor for class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
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.CoreConfig
Value "org.apache.myfaces.orchestra.CoreConfig:SERIALIZE_REQUESTS".
SERIALIZE_REQUESTS - Static variable in class org.apache.myfaces.orchestra.filter.OrchestraServletFilter
This filter init property can be set to "true" or "false".
SERVLET - Static variable in class org.apache.myfaces.orchestra.lib.jsf.RequestType
The type for all servlet requests.
sessionCreated(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
 
sessionDidActivate(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
Run by the servlet container after deserializing an HttpSession.
sessionWillPassivate(HttpSessionEvent) - Method in class org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener
Run by the servlet container before serializing an HttpSession.
setAccessScopeManagerConfiguration(AccessScopeManagerConfiguration) - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
 
setAdvices(Advice[]) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
The advices (interceptors) which will be applied to the conversation scoped bean.
setAnnotationInfoManager(AnnotationInfoManager) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
Inject the object that actually inspects each Class for Orchestra annotations.
setAnnotationInfoManager(AnnotationInfoManager) - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
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.
setAutoProxy(boolean) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Configuration for a scope object to control whether "scoped proxy" objects are automatically wrapped around each conversation bean.
setBeanFactory(BeanFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
Invoked by Spring to notify this object of the BeanFactory it is associated with.
setBeanName(String) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
 
setBeanName(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
setBeans(Map) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Replace the current beans map.
setBinder(ConversationBinder) - Method in class org.apache.myfaces.orchestra.conversation.Conversation
Define the (optional) binder used by this instance in method bind(Object).
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.
setConversationName(ConversationName) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
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
 
setConversationRequire(ConversationRequire) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
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.
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
Deprecated.  
setIgnoreRequest() - Method in class org.apache.myfaces.orchestra.conversation.AccessScopeManager
Suppress access 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.AccessScopeManagerConfiguration
Do not terminate any "unaccessed conversations" after handling a request to any of the specified views.
setInitViewMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
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 "manual" or "access".
setLoginTimeout(int) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setName(String) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Assign a name to this context.
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
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
 
setOrder(int) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
 
setPersistenceContextFactory(PersistenceContextFactory) - Method in class org.apache.myfaces.orchestra.conversation.spring.PersistenceContextConversationInterceptor
 
setPreProcessMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setPreRenderViewMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
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
 
setRequest(Object) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
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
 
setRequestCharacterEncoding(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
setRequestParameterAttribute(String, Object) - Method in class org.apache.myfaces.orchestra.frameworkAdapter.local.LocalFrameworkAdapter
 
setResponse(Object) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
setResponseCharacterEncoding(String) - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletExternalContextWrapper
 
setResponseStream(ResponseStream) - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
setResponseStream(ResponseStream) - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
setResponseWriter(ResponseWriter) - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
setResponseWriter(ResponseWriter) - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
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
 
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.
setTimeoutMins(long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
 
setTimeoutSecs(long) - Method in class org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
 
setTransient(boolean) - Method in class org.apache.myfaces.orchestra.conversation.jsf.lib._EndConversationMethodBindingFacade
Required by StateHolder interface.
setTransient(boolean) - Method in class org.apache.myfaces.orchestra.lib.jsf.SerializableConverter
 
setUseWrapper(boolean) - Method in class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag
 
setViewController(ViewController) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setViewRoot(UIViewRoot) - Method in class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
 
setViewRoot(UIViewRoot) - Method in class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
 
SpringBasicFrameworkAdapter - Class in org.apache.myfaces.orchestra.frameworkAdapter.springBasic
Same as BasicFrameworkAdapter but lookup the bean using the Spring framework.
SpringBasicFrameworkAdapter(ServletContext, String) - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.springBasic.SpringBasicFrameworkAdapter
 
SpringBasicFrameworkAdapterFilter - Class in org.apache.myfaces.orchestra.frameworkAdapter.springBasic
Configures the SpringBasicFrameworkAdapter.
SpringBasicFrameworkAdapterFilter() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter.springBasic.SpringBasicFrameworkAdapterFilter
 
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
This hooks into the Spring2.x scope-handling mechanism to provide a dummy scope type which will place a bean configured for it into the same conversation that the current viewController lives in.
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.
unlock() - Method in class org.apache.myfaces.orchestra.lib._ReentrantLock
 
unlockForCurrentThread() - Method in class org.apache.myfaces.orchestra.conversation.ConversationContext
Block until no other thread has this instance marked as reserved, then mark the object as reserved for this thread.
unwrap(Class) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
Always throws UnsupportedOperationException.
UrlParameterNavigationHandler - Class in org.apache.myfaces.orchestra.urlParamNav
A navigation handler that exists only for backwards compatibility.
UrlParameterNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.UrlParameterNavigationHandler
 
UrlParameterViewHandler - Class in org.apache.myfaces.orchestra.urlParamNav
Allow the to-view-id URL in a faces-config navigation case to include query parameters and EL expressions.
UrlParameterViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.orchestra.urlParamNav.UrlParameterViewHandler
Constructor.

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 - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Defines a class as ViewController to receive ViewController events for the given viewId(s).
ViewController - Interface in org.apache.myfaces.orchestra.viewController
An interface for use with the InterfaceViewControllerExecutor.
ViewControllerExecutor - Interface in org.apache.myfaces.orchestra.viewController
Find the appropriate method to invoke on a bean for each view lifecycle event.
ViewControllerManager - Interface in org.apache.myfaces.orchestra.viewController
Route per-view lifecycle events to the correct user methods.
ViewControllerManagerFactory - Class in org.apache.myfaces.orchestra.viewController
Provides facility to look up the ViewControllerManager instance that is used by Orchestra to invoke lifecycle methods on "controller beans" associated with the current view.
ViewControllerManagerFactory() - Constructor for class org.apache.myfaces.orchestra.viewController.ViewControllerManagerFactory
 
ViewControllerNameMapper - Interface in org.apache.myfaces.orchestra.viewController
Convert the identifier of a view to the name of a bean that should handle lifecycle events for that view.
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
 
ViewControllerPhaseListener.ViewControllerPhaseListenerState - Class in org.apache.myfaces.orchestra.viewController.jsf
 
ViewControllerPhaseListener.ViewControllerPhaseListenerState() - Constructor for class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener.ViewControllerPhaseListenerState
 
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
_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.
_FacesContextWrapper - Class in org.apache.myfaces.orchestra.lib.jsf
Convenient class to wrap the current FacesContext.
_FacesContextWrapper(FacesContext, boolean) - Constructor for class org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper
The install parameter controls whether this object will be configured as the object returned from calls to FacesContext.getCurrentInstance() or not.
_FrameworkAdapterUtils - Class in org.apache.myfaces.orchestra.frameworkAdapter
Utility methods for the internal use of Orchestra only.
_FrameworkAdapterUtils() - Constructor for class org.apache.myfaces.orchestra.frameworkAdapter._FrameworkAdapterUtils
 
_getNextToken() - Method in class org.apache.myfaces.orchestra.lib.jsf.PortletOrchestraFacesContextFactory
Return the next token to identify in a unique way the current request.
_JsfConversationUtils - Class in org.apache.myfaces.orchestra.conversation.jsf
Various utilities used by the conversation framework
_NullFilter - Class in org.apache.myfaces.orchestra.lib
A filter that does absolutely nothing.
_NullFilter() - Constructor for class org.apache.myfaces.orchestra.lib._NullFilter
 
_PortletFacesContextWrapper - Class in org.apache.myfaces.orchestra.lib.jsf
Convenient class to wrap the current FacesContext in portlet environment.
_PortletFacesContextWrapper(FacesContext, boolean, boolean, String, List, RequestHandler) - Constructor for class org.apache.myfaces.orchestra.lib.jsf._PortletFacesContextWrapper
The install parameter controls whether this object will be configured as the object returned from calls to FacesContext.getCurrentInstance() or not.
_ReentrantLock - Class in org.apache.myfaces.orchestra.lib
A reentrant mutual exclusion with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements.
_ReentrantLock() - Constructor for class org.apache.myfaces.orchestra.lib._ReentrantLock
 
_SpringUtils - Class in org.apache.myfaces.orchestra.conversation.spring
Various Spring utilities used by the conversation framework
_UrlMatcher - Class in org.apache.myfaces.orchestra.lib
Provides the ability to test the url of a servlet-request against a set of criteria to determine whether to "accept" the url or not.
_UrlMatcher(FilterConfig) - Constructor for class org.apache.myfaces.orchestra.lib._UrlMatcher
 

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

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