UIServlet
Front door servlet for standalone portlets.
Object
GenericServlet
HttpServlet
PageCompileServlet
JSPServlet
UIServlet
PortletServlet
JspContextTreeLookup
, Serializable
, Servlet
, ServletConfig
Field Summary |
Fields from com.bea.netuix.servlets.manager. |
PATH_INFO, PROFILE_ON, PROFILE_OUTPUT_FREQUENCY, SERVLET_PATH, STREAM_REQUEST_FILE, STREAMING_JSPX, STREAMING_JSPX_FILE_PARAM |
Fields from weblogic.servlet. |
DEFAULT_PACKAGE_PREFIX, DEFAULT_PAGE_NAME |
Fields from weblogic.servlet.jhtmlc. |
finder, jspConfig, ourContext, servletClasspath, servlets |
Constructor Summary |
Method Summary |
public void |
|
public void |
|
public synchronized void |
|
Methods from com.bea.netuix.servlets.manager. |
createJspContext, getDefaultLifecycle, getDefaultPackage, getDefaultPageName, getTree, getTree, getTreeForUrl, getTreeForUrl, initControlTreeWalkerPool, processControlTree, registerCustomControlHandlers, runLifecycle, runValidationLifeCycle, service, setContentType |
Methods from weblogic.servlet. |
getDefaultCompilerName, getDefaultPackage, getDefaultPageName, getDefaultServletName, getNewJspStub, getUseBackticks, init, service, uri2classname |
Methods from weblogic.servlet.jhtmlc. |
destroy, getCompilerArgs, getDefaultCompilerName, getDefaultPackage, getDefaultPageName, getDefaultServletName, getUseBackticks, init, service, servletInfo2class |
Methods from javax.servlet.http. |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods from javax.servlet. |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.netuix.nf.container.jsp. |
getTreeForUrl, getTreeForUrl |
Methods from interface javax.servlet. |
destroy, getServletConfig, getServletInfo, init, service |
Methods from interface javax.servlet. |
getInitParameter, getInitParameterNames, getServletContext, getServletName |
Field Detail |
Constructor Detail |
public PortletServlet()
Method Detail |
public void doGet(HttpServletRequest
request,HttpServletResponse
response)
throwsServletException
,IOException
HttpServlet.doGet(HttpServletRequest, HttpServletResponse)
ServletException
IOException
public void doPost(HttpServletRequest
request,HttpServletResponse
response)
throwsServletException
,IOException
HttpServlet.doPost(HttpServletRequest, HttpServletResponse)
ServletException
IOException
public synchronized void init(ServletConfig
servletConfig)
throwsServletException
ServletException