com.wiris.plugin
Class Main

java.lang.Object
  extended by HttpServlet
      extended by com.wiris.plugin.Main

public class Main
extends HttpServlet


Constructor Summary
Main()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 ConfigurationUpdater getConfigurationUpdaterInstance()
           
 StorageAndCache getStorageAndCacheInstance(HttpServletRequest request)
           
 void init(ServletConfig servletConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

init

public void init(ServletConfig servletConfig)
          throws ServletException
Throws:
ServletException

getConfigurationUpdaterInstance

public ConfigurationUpdater getConfigurationUpdaterInstance()

getStorageAndCacheInstance

public StorageAndCache getStorageAndCacheInstance(HttpServletRequest request)

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
Throws:
ServletException
java.io.IOException