com.groiss.gui
Class JavascriptLoader

java.lang.Object
  extended by com.groiss.gui.JavascriptLoader
All Implemented Interfaces:
Public

public class JavascriptLoader
extends Object
implements Public

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(HttpServletRequest req, 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

JavascriptLoader

public JavascriptLoader()
Method Detail

getScripts

public void getScripts(HttpServletRequest req,
                       HttpServletResponse res)
                throws Exception
The method for loading the script

Throws:
Exception


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.