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

Field Index

     o   rootOffset

Constructor Index

     o   Frontend()

Method Index

     o   getConfig(Config)

     o   getNFile()

     o   getNFile(String)

     o   resetConfig()

     o   setConfig(Config)


Fields 

o   rootOffset
 protected String rootOffset


Constructors 

o   Frontend
 public Frontend()


Methods 

o   getConfig
 public synchronized void getConfig(Config c)
Overrides:
getConfig in class Responder
o   setConfig
 public synchronized void setConfig(Config c) throws SetConfigException
Overrides:
setConfig in class Responder
o   resetConfig
 public synchronized void resetConfig()
Overrides:
resetConfig in class Responder
o   getNFile
 public NFile getNFile() throws MessageException, NFileException
o   getNFile
 public NFile getNFile(String r) throws MessageException, NFileException

All Packages  Class Hierarchy  This Package  Previous  Next  Index