org.apache.myfaces.orchestra.conversation.spring
Class _SpringUtils

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.spring._SpringUtils

public final class _SpringUtils
extends java.lang.Object

Various Spring utilities used by the conversation framework

Notice: this class is not meant to be used outside of this library


Method Summary
static java.lang.String getAlternateBeanName(java.lang.String beanName)
           
static java.lang.String getRealBeanName(java.lang.String beanName)
           
static boolean isAlternateBeanName(java.lang.String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isAlternateBeanName

public static boolean isAlternateBeanName(java.lang.String beanName)

getRealBeanName

public static java.lang.String getRealBeanName(java.lang.String beanName)

getAlternateBeanName

public static java.lang.String getAlternateBeanName(java.lang.String beanName)


Copyright 2007 The Apache Software Foundation. All Rights Reserved.