anvil.server
Class DirContainer
java.lang.Object
|
+--anvil.server.DirContainer
- All Implemented Interfaces:
- Container
- public class DirContainer
- extends java.lang.Object
- implements Container
class Container
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_next
protected Container _next
_dir
protected java.io.File _dir
DirContainer
public DirContainer(Container next,
java.io.File dir)
getNextContainer
public Container getNextContainer()
- Specified by:
getNextContainer in interface Container
setNextContainer
public void setNextContainer(Container next)
- Specified by:
setNextContainer in interface Container
adapt
protected java.lang.String adapt(Zone zone,
java.lang.String pathinfo)
getResource
public Resource getResource(Zone zone,
Address address)
throws ContainerException
- Specified by:
getResource in interface Container
ContainerException
getResource
public Resource getResource(Zone zone,
Address address,
Context context)
throws ContainerException
- Specified by:
getResource in interface Container
ContainerException