| javax.servlet.http.HttpServlet com.caucho.portal.generic.GenericPortalServlet
GenericPortalServlet | public class GenericPortalServlet extends HttpServlet (Code) | | This servlet supports the following configuration items.
Items marked with a * can be set as init-param.
- portal
- an instance of
Portal , default is an instance of
GenericPortal .
- portal-class*
- a class name, an alternative to
portal
- layout
- an instance of
GenericLayoutWindow , required
- layout-class*
- a class name, an alternative to
layout
|
Field Summary | |
final protected static Logger | log |
destroy | public void destroy()(Code) | | |
setLayout | public void setLayout(GenericLayoutWindow layout)(Code) | | The layout, required. This method can be called in derived classes,
or through the use of dependency injection on containers that support it,
or indirectly using the init param `layout-class'.
|
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)
|
|
|