public class HomePageRedirectServlet
extends javax.servlet.http.HttpServlet
http://localhost:8080/xwiki
and be redirected automatically to
http://localhost:8080/xwiki/bin/view/Main/
.Constructor and Description |
---|
HomePageRedirectServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2004–2021 XWiki. All rights reserved.