html
Class script

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by html.script
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class script
extends javax.servlet.http.HttpServlet

script - taki sobie serwlecik do pobierania plików .js z jpalio.jar.
Pliki są grupowane w katalogu html/resources/js. zawartość należy opisać w pliku js.xml
buforowanie w pamięci, timestamp i checksum

Author:
Leszek Leszczynski
See Also:
Serialized Form

Constructor Summary
script()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

script

public script()
Method Detail

main

public static void main(java.lang.String[] args)