railo.runtime.dump
Class ThreadLocalDump

java.lang.Object
  extended by railo.runtime.dump.ThreadLocalDump

public class ThreadLocalDump
extends Object


Constructor Summary
ThreadLocalDump()
           
 
Method Summary
static String get(Object obj)
           
static Map<Object,String> getMap()
           
static void remove(Object o)
           
static void set(Object o, String c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalDump

public ThreadLocalDump()
Method Detail

set

public static void set(Object o,
                       String c)

getMap

public static Map<Object,String> getMap()

remove

public static void remove(Object o)

get

public static String get(Object obj)


Copyright © 2012 Railo