|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerConfig
This class parses the XML configuration file and then contains all information from that file. It also holds an instance of ComponentRegistry and PipelineRegistry, which are fully initialized once the ServerConfig object is constructed.
Method Summary | |
---|---|
ComponentRegistry |
getComponentRegistry()
Gets the server's components. |
java.lang.String |
getHostName()
Gets the host name from the server-wide properties. |
java.lang.String |
getHostPort()
Gets the host port from the server-wide properties. |
PipelineRegistry |
getPipelineRegistry()
Gets the server's pipelines. |
java.util.Properties |
getProperties()
Gets the server-wide properties. |
java.lang.String |
getServletPath()
Gets the servlet path from the server-wide properties. |
void |
init()
|
Method Detail |
---|
void init() throws java.lang.Exception
java.lang.Exception
java.util.Properties getProperties()
ComponentRegistry getComponentRegistry()
PipelineRegistry getPipelineRegistry()
java.lang.String getHostName()
java.lang.String getHostPort()
java.lang.String getServletPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |