wt.part
Class WTPartObjectLocator

java.lang.Object
  extended bywt.part.WTPartObjectLocator
All Implemented Interfaces:
ObjectLocator

public class WTPartObjectLocator
extends Object
implements ObjectLocator


Field Summary
static String LATEST
           
private static boolean VERBOSE
           
 
Constructor Summary
WTPartObjectLocator()
           
 
Method Summary
 Object locate(String identifier)
          Locates an object via the supplied identifier string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static final boolean VERBOSE

LATEST

public static final String LATEST
See Also:
Constant Field Values
Constructor Detail

WTPartObjectLocator

public WTPartObjectLocator()
Method Detail

locate

public Object locate(String identifier)
Description copied from interface: ObjectLocator
Locates an object via the supplied identifier string.

Supported API: false

Specified by:
locate in interface ObjectLocator
Parameters:
identifier -
Returns:
Object