org.jboss.portal.web
Interface ServletContainerFactory

All Known Implementing Classes:
DefaultServletContainerFactory, JBossWebContext

public interface ServletContainerFactory

It's rather a provider rather than a real factory. But I prefer the factory name than the provider name.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 ServletContainer getServletContainer()
          Returns the servlet container.
 

Method Detail

getServletContainer

ServletContainer getServletContainer()
Returns the servlet container.

Returns: