html
Class PMediaServlet

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

public class PMediaServlet
extends StaticResourceServlet

Servlet for serving PMedia objects. Servlet should be matched in web.xml to followed path: "/media/*". URL "/media/instance_name/images/background.gif" is related with PMedia object with code "images.background.gif" in "instance_name" jPALIO instance.

Author:
Krzysztof Madyniak
See Also:
StaticResourceServlet, StaticResource, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class html.StaticResourceServlet
StaticResourceServlet.StaticResource
 
Constructor Summary
PMediaServlet()
           
 
Method Summary
 
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

PMediaServlet

public PMediaServlet()