Class DisplayJCRContentServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.exoplatform.frameworks.jcr.web.DisplayJCRContentServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class DisplayJCRContentServlet
extends javax.servlet.http.HttpServlet
Created by The eXo Platform SAS . Shortcut for
http://localhost:8080/simple-cms/jcr?workspace=digital-assets&path=/Image.jpg- Version:
- $Id: DisplayJCRContentServlet.java 14756 2008-05-26 14:47:15Z pnedonosko $
- Author:
- Gennady Azarenkov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
DisplayJCRContentServlet
public DisplayJCRContentServlet()
-
-
Method Details
-
service
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
servicein classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-