|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
oracle.stellent.wcm.javaee.servlet.renderer.PlaceHolderRendererServlet
public class PlaceHolderRendererServlet
| Constructor Summary | |
|---|---|
PlaceHolderRendererServlet() |
|
| Method Summary | |
|---|---|
protected ClientApplication |
getWcmApplication()Get the WCM Application from the servlet factory |
protected void |
service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
| Constructor Detail |
|---|
public PlaceHolderRendererServlet()
| Method Detail |
|---|
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
service method and dispatches them to the doXXX methods defined in this class. This method is an HTTP-specific version of the HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method. There's no need to override this method.service in class javax.servlet.http.HttpServletreq - the HttpServletRequest object that contains the request the client made of the servletresp - the HttpServletResponse object that contains the response the servlet returns to the clientjava.io.IOException - if an input or output error occurs while the servlet is handling the HTTP requestjavax.servlet.ServletException - if the HTTP request cannot be handledServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
protected ClientApplication getWcmApplication()
throws javax.servlet.ServletException
javax.servlet.ServletException - servlet exception
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||