public class FrontendServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RESOURCE_KEY |
protected static String |
TEMPLATE_KEY |
protected static String |
UNAUTHORISED_TEMPLATE_KEY |
protected static String |
VIEW_GENERAL_CONFIG |
| Constructor and Description |
|---|
FrontendServlet(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
RetentionFeatureChecker retentionFeatureChecker,
ClusterManager clusterManager,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider,
com.atlassian.sal.api.websudo.WebSudoManager webSudoManager,
LicenseService licenseService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected static final String RESOURCE_KEY
protected static final String TEMPLATE_KEY
protected static final String UNAUTHORISED_TEMPLATE_KEY
protected static final String VIEW_GENERAL_CONFIG
@Autowired
public FrontendServlet(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
RetentionFeatureChecker retentionFeatureChecker,
ClusterManager clusterManager,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider,
com.atlassian.sal.api.websudo.WebSudoManager webSudoManager,
LicenseService licenseService)
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
com.atlassian.soy.renderer.SoyException
doGet in class javax.servlet.http.HttpServletIOExceptioncom.atlassian.soy.renderer.SoyExceptionCopyright © 2003–2021 Atlassian. All rights reserved.