public class WelcomeServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
WelcomeServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
defaultRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
redirect(String url,
javax.servlet.http.HttpServletResponse response) |
protected String |
resolveLanguage(javax.servlet.http.HttpServletRequest request,
JCRSiteNode site,
JCRUserNode user,
boolean userRedirect) |
protected JCRSiteNode |
resolveSite(javax.servlet.http.HttpServletRequest request,
String workspace,
String fallbackSitePath) |
protected void |
userRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void userRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
throws Exception
Exceptionprotected void redirect(String url, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected void defaultRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
throws Exception
Exceptionprotected JCRSiteNode resolveSite(javax.servlet.http.HttpServletRequest request, String workspace, String fallbackSitePath) throws JahiaException, javax.jcr.RepositoryException
JahiaExceptionjavax.jcr.RepositoryExceptionprotected String resolveLanguage(javax.servlet.http.HttpServletRequest request, JCRSiteNode site, JCRUserNode user, boolean userRedirect) throws JahiaException
JahiaExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.