com.groiss.gui
Class JavascriptLoader

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

public class JavascriptLoader
extends java.lang.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(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

JavascriptLoader

public JavascriptLoader()
Method Detail

getScripts

public void getScripts(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res)
                throws java.lang.Exception
The method for loading the script

Throws:
java.lang.Exception


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.