PortletServlet Class

com.bea.netuix.servlets.manager
PortletServlet Class

public class PortletServlet

    extends UIServlet

Front door servlet for standalone portlets.


Hierarchy
Object
  GenericServlet
    HttpServlet
      PageCompileServlet
        JSPServlet
          UIServlet
            PortletServlet
All Implemented Interfaces

JspContextTreeLookup, Serializable, Servlet, ServletConfig

Field Summary

   
Fields from  com.bea.netuix.servlets.manager.UIServlet
PATH_INFO, PROFILE_ON, PROFILE_OUTPUT_FREQUENCY, SERVLET_PATH, STREAM_REQUEST_FILE, STREAMING_JSPX, STREAMING_JSPX_FILE_PARAM
 
Fields from  weblogic.servlet.JSPServlet
DEFAULT_PACKAGE_PREFIX, DEFAULT_PAGE_NAME
 
Fields from  weblogic.servlet.jhtmlc.PageCompileServlet
finder, jspConfig, ourContext, servletClasspath, servlets
 

Constructor Summary

PortletServlet()

 

Method Summary

public void
doGet(HttpServletRequest request, HttpServletResponse response)
public void
doPost(HttpServletRequest request, HttpServletResponse response)
public synchronized void
init(ServletConfig servletConfig)
 
Methods from  com.bea.netuix.servlets.manager.UIServlet
createJspContext, getDefaultLifecycle, getDefaultPackage, getDefaultPageName, getTree, getTree, getTreeForUrl, getTreeForUrl, initControlTreeWalkerPool, processControlTree, registerCustomControlHandlers, runLifecycle, runValidationLifeCycle, service, setContentType
 
Methods from  weblogic.servlet.JSPServlet
getDefaultCompilerName, getDefaultPackage, getDefaultPageName, getDefaultServletName, getNewJspStub, getUseBackticks, init, service, uri2classname
 
Methods from  weblogic.servlet.jhtmlc.PageCompileServlet
destroy, getCompilerArgs, getDefaultCompilerName, getDefaultPackage, getDefaultPageName, getDefaultServletName, getUseBackticks, init, service, servletInfo2class
 
Methods from  javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods from  javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.netuix.nf.container.jsp.JspContextTreeLookup
getTreeForUrl, getTreeForUrl
 
Methods from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
 
Methods from interface javax.servlet.ServletConfig
getInitParameter, getInitParameterNames, getServletContext, getServletName
 

Field Detail

Constructor Detail

PortletServlet

public PortletServlet()
 

Method Detail

doGet(HttpServletRequest, HttpServletResponse) Method

public void doGet(HttpServletRequest request, 
                  HttpServletResponse response)
throws ServletException, IOException
Overrides
HttpServlet.doGet(HttpServletRequest, HttpServletResponse)

Exceptions

ServletException
IOException

doPost(HttpServletRequest, HttpServletResponse) Method

public void doPost(HttpServletRequest request, 
                   HttpServletResponse response)
throws ServletException, IOException
Overrides
HttpServlet.doPost(HttpServletRequest, HttpServletResponse)

Exceptions

ServletException
IOException

init(ServletConfig) Method

public synchronized void init(ServletConfig servletConfig)
throws ServletException
Overrides
UIServlet.init(ServletConfig)

Exceptions

ServletException