org.ow2.jonas.web.tomcat6.versioning
Interface WebModuleContext

All Known Subinterfaces:
VirtualContextMBean
All Known Implementing Classes:
AbsVirtualContext, VirtualContext

public interface WebModuleContext

Interface that lists all method that a management bean that Tomcat should recognize as a WebModule.

Author:
Frederic Germaneau, S. Ali Tokmen

Method Summary
 org.apache.catalina.Context findMappingObject()
           
 DirContext findStaticResources()
           
 URL getwarURL()
           
 String[] getwelcomeFiles()
           
 

Method Detail

findMappingObject

org.apache.catalina.Context findMappingObject()
Returns:
The mapping context, can be null.

findStaticResources

DirContext findStaticResources()
Returns:
Static resources, can be null.

getwelcomeFiles

String[] getwelcomeFiles()
Returns:
Welcome files for the web application's directories.

getwarURL

URL getwarURL()
Returns:
URL of the WAR file.


Copyright © 2010 OW2 Consortium. All Rights Reserved.