com.atlassian.studio.jira.globaladmin
Class GlobalAdminServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.studio.jira.globaladmin.GlobalAdminServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class GlobalAdminServlet
extends javax.servlet.http.HttpServlet

This servlet serves the global admin decorated sitemesh page

See Also:
Serialized Form

Field Summary
static String STUDIO_ADMIN_SECTION
           
static String WEB_ITEM_IS_IGNITE_PARAM_NAME
           
static String WEB_ITEM_IS_LINK_PARAM_NAME
           
 
Constructor Summary
GlobalAdminServlet(JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.studio.core.globaladmin.GlobalAdminPathMapper globalAdminPathMapper, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, com.atlassian.applinks.core.AppLinksManager appLinksManager, ApplicationProperties applicationProperties, com.atlassian.studio.common.appstatus.AppStatusService appStatusService, StudioWebInterfaceManager webInterfaceManager, StudioHelper studioHelper, com.atlassian.templaterenderer.TemplateRenderer templateRenderer, com.atlassian.studio.core.haup.StudioUserApplicationAccessService userApplicationAccessService, com.atlassian.studio.common.util.application.ApplicationHelper applicationHelper, KeyboardShortcutManager keyboardShortcutManager)
           
 
Method Summary
protected  Map<String,Object> getVelocityParams(javax.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page, javax.servlet.http.HttpServletResponse response)
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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
 

Field Detail

STUDIO_ADMIN_SECTION

public static final String STUDIO_ADMIN_SECTION
See Also:
Constant Field Values

WEB_ITEM_IS_LINK_PARAM_NAME

public static final String WEB_ITEM_IS_LINK_PARAM_NAME
See Also:
Constant Field Values

WEB_ITEM_IS_IGNITE_PARAM_NAME

public static final String WEB_ITEM_IS_IGNITE_PARAM_NAME
See Also:
Constant Field Values
Constructor Detail

GlobalAdminServlet

public GlobalAdminServlet(JiraAuthenticationContext jiraAuthenticationContext,
                          com.atlassian.studio.core.globaladmin.GlobalAdminPathMapper globalAdminPathMapper,
                          com.atlassian.plugin.webresource.WebResourceManager webResourceManager,
                          com.atlassian.applinks.core.AppLinksManager appLinksManager,
                          ApplicationProperties applicationProperties,
                          com.atlassian.studio.common.appstatus.AppStatusService appStatusService,
                          StudioWebInterfaceManager webInterfaceManager,
                          StudioHelper studioHelper,
                          com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
                          com.atlassian.studio.core.haup.StudioUserApplicationAccessService userApplicationAccessService,
                          com.atlassian.studio.common.util.application.ApplicationHelper applicationHelper,
                          KeyboardShortcutManager keyboardShortcutManager)
Method Detail

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

getVelocityParams

protected Map<String,Object> getVelocityParams(javax.servlet.http.HttpServletRequest request,
                                               com.opensymphony.module.sitemesh.Page page,
                                               javax.servlet.http.HttpServletResponse response)
                                        throws IOException
Throws:
IOException


Copyright © 2002-2012 Atlassian. All Rights Reserved.