org.springframework.config.java.util
Class ScopeUtils

java.lang.Object
  extended by org.springframework.config.java.util.ScopeUtils

public abstract class ScopeUtils
extends java.lang.Object

Utility class related to scoped bean and scoped proxies.

Note: This class is used internally by the framework, it is not intended to be used by applications.

Author:
Costin Leau
See Also:
ScopedProxy, ScopedProxyConfigurationListener

Constructor Summary
ScopeUtils()
           
 
Method Summary
static java.lang.String getScopedHiddenName(java.lang.String scopedProxy)
          Return the hidden name based on a scoped proxy bean name.
static boolean isHiddenScopedBean(java.lang.String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeUtils

public ScopeUtils()
Method Detail

getScopedHiddenName

public static java.lang.String getScopedHiddenName(java.lang.String scopedProxy)
Return the hidden name based on a scoped proxy bean name.

Parameters:
scopedProxy - the scope proxy bean name
Returns:
the scope proxy bean 'hidden' name

isHiddenScopedBean

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


Copyright © 2005-2007 Spring Framework. All Rights Reserved.