com.atlassian.studio.confluence.servlet
Class StudioServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.studio.core.servlet.RestServlet
              extended by com.atlassian.studio.confluence.servlet.StudioServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StudioServlet
extends com.atlassian.studio.core.servlet.RestServlet

See Also:
Serialized Form

Constructor Summary
StudioServlet(com.atlassian.sal.api.user.UserManager userManager, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.sal.api.upgrade.PluginUpgradeManager pluginUpgradeManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionManager, org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Method Summary
protected  java.lang.Object getComponent(java.lang.String beanName)
           
 void init()
           
 
Methods inherited from class com.atlassian.studio.core.servlet.RestServlet
doDelete, doGet, doPost, doPut, init, registerHandler, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudioServlet

public StudioServlet(com.atlassian.sal.api.user.UserManager userManager,
                     com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
                     com.atlassian.sal.api.upgrade.PluginUpgradeManager pluginUpgradeManager,
                     com.atlassian.sal.api.transaction.TransactionTemplate transactionManager,
                     org.springframework.beans.factory.BeanFactory beanFactory)
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getComponent

protected java.lang.Object getComponent(java.lang.String beanName)
Specified by:
getComponent in class com.atlassian.studio.core.servlet.RestServlet


Copyright © 2003-2014 Atlassian. All Rights Reserved.