org.slim3.commons.web
Class Rebuilder

java.lang.Object
  extended by org.slim3.commons.web.Rebuilder

public final class Rebuilder
extends Object

A class to rebuild the value loaded by HotdeployClassLoader.

Author:
higa

Nested Class Summary
protected static interface Rebuilder.Internal
          The internal interface.
static class Rebuilder.InternalImpl
          The internal implementation.
 
Constructor Summary
Rebuilder()
           
 
Method Summary
static Object rebuild(Object value)
          Rebuilds the value loaded by HotdeployClassLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rebuilder

public Rebuilder()
Method Detail

rebuild

public static Object rebuild(Object value)
Rebuilds the value loaded by HotdeployClassLoader.

Parameters:
value - the value
Returns:
the rebuilt value


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.