org.jboss.portal.server
Interface Server

All Known Implementing Classes:
ServerImpl

public interface Server

The portal server.

Version:
$Revision: 8784 $
Author:
Julien Viet

Method Summary
 ServerConfig getConfig()
          Returns the config of this server.
 org.jboss.portal.web.ServletContainer getServletContainer()
          Returns the servlet container context of the server.
 org.jboss.portal.common.util.Version getVersion()
          Return the server version.
 

Method Detail

getConfig

ServerConfig getConfig()
Returns the config of this server.

Returns:
the config

getVersion

org.jboss.portal.common.util.Version getVersion()
Return the server version.

Returns:
the version

getServletContainer

org.jboss.portal.web.ServletContainer getServletContainer()
Returns the servlet container context of the server.

Returns:
the servlet container context