| javax.servlet.http.HttpServlet org.apache.pluto.driver.PortalDriverServlet
All known Subclasses: org.apache.pluto.driver.TCKDriverServlet,
PortalDriverServlet | public class PortalDriverServlet extends HttpServlet (Code) | | The controller servlet used to drive the Portal Driver. All requests mapped
to this servlet will be processed as Portal Requests.
version: 1.0 since: Sep 22, 2004 |
DEFAULT_PAGE_URI | final public static String DEFAULT_PAGE_URI(Code) | | |
container | protected PortletContainer container(Code) | | The portlet container to which we will forward all portlet requests.
|
init | public void init()(Code) | | Initialize the Portal Driver. This method retrieves the portlet container
instance from the servlet context scope.
See Also: PortletContainer |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|