com.atlassian.mywork.host.servlet
Class LoginMiniviewServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.mywork.host.servlet.LoginMiniviewServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class LoginMiniviewServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
|
Constructor Summary |
LoginMiniviewServlet(com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.AuthenticationController authenticationController,
com.atlassian.sal.api.auth.AuthenticationListener authenticationListener,
com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication,
com.atlassian.sal.api.message.I18nResolver i18nResolver)
|
|
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
static java.lang.String |
getLoginPath(java.lang.String requestPath)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginMiniviewServlet
public LoginMiniviewServlet(com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.AuthenticationController authenticationController,
com.atlassian.sal.api.auth.AuthenticationListener authenticationListener,
com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication,
com.atlassian.sal.api.message.I18nResolver i18nResolver)
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doGet in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doPost in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getLoginPath
public static java.lang.String getLoginPath(java.lang.String requestPath)
Copyright © 2012 Atlassian. All Rights Reserved.