org.silverpeas.servlets
Class SimpleDocumentServer

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.silverpeas.peasUtil.GoTo
              extended by org.silverpeas.servlets.SimpleDocumentServer
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SimpleDocumentServer
extends GoTo

Servlet to access a simple document directly.

Author:
ehugonnet
See Also:
Serialized Form

Field Summary
static String KMELIA_SECURITY_CLASS
           
 
Fields inherited from class com.silverpeas.peasUtil.GoTo
util
 
Constructor Summary
SimpleDocumentServer()
           
 
Method Summary
 String getDestination(String objectId, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class com.silverpeas.peasUtil.GoTo
displayError, doGet, doPost, getContentLanguage, getObjectId, getUserId, isUserAllowed, isUserLogin, setGefSpaceId
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KMELIA_SECURITY_CLASS

public static final String KMELIA_SECURITY_CLASS
See Also:
Constant Field Values
Constructor Detail

SimpleDocumentServer

public SimpleDocumentServer()
Method Detail

getDestination

public String getDestination(String objectId,
                             javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws Exception
Specified by:
getDestination in class GoTo
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.