All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.http.responder.Frontend
java.lang.Object
|
+----novocode.netforge.http.responder.Responder
|
+----novocode.netforge.http.responder.Frontend
- public abstract class Frontend
- extends Responder
-
rootOffset
-
-
Frontend()
-
-
getConfig()
-
-
getNFile()
-
-
getNFile(String)
-
-
resetConfig()
-
-
setConfig(Config)
-
rootOffset
protected String rootOffset
Frontend
public Frontend()
getConfig
public synchronized Config getConfig()
- Overrides:
- getConfig in class Responder
setConfig
public synchronized String setConfig(Config c)
- Overrides:
- setConfig in class Responder
resetConfig
public synchronized void resetConfig()
- Overrides:
- resetConfig in class Responder
getNFile
public NFile getNFile() throws MessageException, NFileException
getNFile
public NFile getNFile(String r) throws MessageException, NFileException
All Packages Class Hierarchy This Package Previous Next Index