Package org.apache.myfaces.orchestra.conversation

Examples of org.apache.myfaces.orchestra.conversation.ConversationContextFactory


     * return an instance of ConversationContextFactoryImpl with a custom timeout value configured.
     */
    public static ConversationContextFactory getConversationContextFactory()
    {
        FrameworkAdapter fa = FrameworkAdapter.getCurrentInstance();
        ConversationContextFactory factory = (ConversationContextFactory) fa.getBean(
                CONVERSATION_CONTEXT_FACTORY_KEY);

        if (factory == null)
        {
            factory = CONVERSATION_CONTEXT_FACTORY_DFLT;
View Full Code Here

TOP

Related Classes of org.apache.myfaces.orchestra.conversation.ConversationContextFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.