com.bea.netuix.servlets.manager
Class PortletServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
weblogic.servlet.jhtmlc.PageCompileServlet
weblogic.servlet.JSPServlet
com.bea.netuix.servlets.manager.UIServlet
com.bea.netuix.servlets.manager.PortletServlet
- All Implemented Interfaces:
- com.bea.netuix.nf.container.jsp.JspContextTreeLookup, Serializable, Servlet, ServletConfig
- public class PortletServlet
- extends UIServlet
Front door servlet for standalone portlets.
- See Also:
- Serialized Form
Fields inherited from class weblogic.servlet.jhtmlc.PageCompileServlet |
finder, jspConfig, ourContext, servletClasspath, servlets |
Methods inherited from class weblogic.servlet.JSPServlet |
getDefaultCompilerName, getDefaultServletName, getNewJspStub, getUseBackticks, uri2classname |
Methods inherited from class weblogic.servlet.jhtmlc.PageCompileServlet |
destroy, getCompilerArgs, servletInfo2class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletServlet
public PortletServlet()
init
public void init(ServletConfig servletConfig)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class UIServlet
- Throws:
ServletException
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
service
in class UIServlet
- Throws:
ServletException
IOException
Copyright © 2004 BEA Systems, Inc. All Rights Reserved