|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.gui.JavascriptLoader
public class JavascriptLoader
This class is responsible for sending the javascript files to the browser. The files are taken from a javascript source directory, packaged into one page and cached on the server.
Constructor Summary | |
---|---|
JavascriptLoader()
|
Method Summary | |
---|---|
void |
getScripts(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
The method for loading the script |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavascriptLoader()
Method Detail |
---|
public void getScripts(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |