net.sf.gilead.core.beanlib.merge
Class BeanlibThreadLocal

java.lang.Object
  extended by net.sf.gilead.core.beanlib.merge.BeanlibThreadLocal

public class BeanlibThreadLocal
extends java.lang.Object

Thread local to store BeanLib additional parameters

Author:
bruno.marchesson

Constructor Summary
BeanlibThreadLocal()
           
 
Method Summary
static java.util.Stack<java.lang.Object> getBeanStack()
           
static java.util.Map<java.lang.String,java.io.Serializable> getProxyInformations()
           
static void setProxyInformations(java.util.Map<java.lang.String,java.io.Serializable> proxyInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanlibThreadLocal

public BeanlibThreadLocal()
Method Detail

getProxyInformations

public static java.util.Map<java.lang.String,java.io.Serializable> getProxyInformations()
Returns:
the proxy informations

setProxyInformations

public static void setProxyInformations(java.util.Map<java.lang.String,java.io.Serializable> proxyInfo)
Parameters:
proxyInfo - the proxy informations to set

getBeanStack

public static java.util.Stack<java.lang.Object> getBeanStack()
Returns:
the bean stack