anvil.server
Interface Container

All Known Implementing Classes:
DirContainer, JarContainer, URLContainer

public interface Container

class Container


Method Summary
 Container getNextContainer()
           
 Resource getResource(Zone zone, Address address)
           
 Resource getResource(Zone zone, Address address, Context context)
           
 void setNextContainer(Container next)
           
 

Method Detail

getNextContainer

public Container getNextContainer()

setNextContainer

public void setNextContainer(Container next)

getResource

public Resource getResource(Zone zone,
                            Address address)
                     throws ContainerException
ContainerException

getResource

public Resource getResource(Zone zone,
                            Address address,
                            Context context)
                     throws ContainerException
ContainerException