wt.httpgw
Class GatewayURL.FactoryManager
java.lang.Object
wt.httpgw.GatewayURL.FactoryManager
- Enclosing class:
- GatewayURL
- static class GatewayURL.FactoryManager
- extends Object
This inner class is responsible for the determination or creation of an
URLFactory instance within the current MethodContext and caching that
instance in the MethodContext for further use.
Field Summary |
(package private) static Object |
FACTORY_KEY
This is a optimized key for the default case |
Method Summary |
(package private) static URLFactory |
getFactory(URL codebase)
This method will retrieve an URLFactory for the current MethodContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_KEY
static final Object FACTORY_KEY
- This is a optimized key for the default case
GatewayURL.FactoryManager
GatewayURL.FactoryManager()
getFactory
static URLFactory getFactory(URL codebase)
- This method will retrieve an URLFactory for the current MethodContext.
- Parameters:
codebase
- The URL to the Windchill codebase or null for the
current Windchill system.
- Returns:
- The determined URLFactory instance.