scone.proxy
Class Proxy
java.lang.Object
HttpPlugin
scone.proxy.Proxy
public class Proxy
- extends HttpPlugin
the proxy class of the Scone framework.
Internally, this class is actually a WBI plugin.
Constructor Summary |
Proxy()
|
Method Summary |
static void |
addVirtualPath(java.lang.String web,
java.lang.String fileSystem)
If RESOURCEGENERATOR is required, the proxy comes with a
preinstalled GeneralResourceGenerator. |
void |
initialize()
do not meddle with this method, it is internal! |
protected boolean |
isRequired(int requirement)
|
void |
terminate()
do not call this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
systemContext
protected static SystemContext systemContext
rasServers
protected static java.util.Hashtable rasServers
Proxy
public Proxy()
initialize
public void initialize()
- do not meddle with this method, it is internal!
addVirtualPath
public static void addVirtualPath(java.lang.String web,
java.lang.String fileSystem)
- If RESOURCEGENERATOR is required, the proxy comes with a
preinstalled GeneralResourceGenerator. This method adds a mapping
to this Generator.
- Parameters:
web
- see GeneralResourceGenerator.addPath()fileSystem
- see GeneralResourceGenerator.addPath()
isRequired
protected boolean isRequired(int requirement)
terminate
public void terminate()
throws PluginException
- do not call this method. This is done by the WBI framework.
- Throws:
PluginException