| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.methodhead.shim.ViewPageServlet
Field Summary | |
public static Logger | logger_ |
logger_ | public static Logger logger_(Code) | | |
doGet | public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | Displays a page. The request attribute
ShimGlobals.PAGEALIAS_KEYShimGlobals.PAGEALIAS_KEY specifies the page to be displayed. If that
attribute is not set, the root page in the site map is displayed. If the
site map is empty, this method forwards to /emptySite.do . If
the alias is invalid, this method forwards to
/pageNotFound.do . The site context for this request should
be set in the request or session.
|
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)
|
|
|