org.jboss.portal.server
Interface Server

All Known Implementing Classes:
ServerImpl

public interface Server

The portal server.

Version:
$Revision: 8210 $
Author:
Julien Viet

Method Summary
 ServerConfig getConfig()
          Returns the config of this server.
 ServletContainer getServletContainer()
          Returns the servlet container context of the server.
 Version getVersion()
          Return the server version.
 

Method Detail

getConfig

ServerConfig getConfig()
Returns the config of this server.

Returns:
the config

getVersion

Version getVersion()
Return the server version.

Returns:
the version

getServletContainer

ServletContainer getServletContainer()
Returns the servlet container context of the server.

Returns:
the servlet container context