|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hecl.http.HttpModule
public class HttpModule
The HttpModule
implements HeclModule so that this code
can be loaded dynamically.
Constructor Summary | |
---|---|
HttpModule()
|
Method Summary | |
---|---|
void |
loadModule(Interp interp)
The loadModule method usually takes care of
creating commands that are present in this module. |
void |
unloadModule(Interp interp)
The unloadModule method takes care of any clean up
that's necessary, such as unloading commands created by this
module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpModule()
Method Detail |
---|
public void loadModule(Interp interp) throws HeclException
HeclModule
loadModule
method usually takes care of
creating commands that are present in this module.
loadModule
in interface HeclModule
interp
- an Interp
value
HeclException
- if an error occurspublic void unloadModule(Interp interp) throws HeclException
HeclModule
unloadModule
method takes care of any clean up
that's necessary, such as unloading commands created by this
module.
unloadModule
in interface HeclModule
interp
- an Interp
value
HeclException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |