Class GlobalSettingsStrutsContainerProvider

java.lang.Object
com.atlassian.confluence.impl.struts.GlobalSettingsStrutsContainerProvider
All Implemented Interfaces:
com.opensymphony.xwork2.config.ContainerProvider

public final class GlobalSettingsStrutsContainerProvider extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    init(com.opensymphony.xwork2.config.Configuration configuration)
     
    boolean
     
    void
    onEvent(com.atlassian.tenancy.api.event.TenantArrivedEvent event)
     
    void
    register(com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • onEvent

      @EventListener public void onEvent(com.atlassian.tenancy.api.event.TenantArrivedEvent event)
    • register

      public void register(com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props) throws com.opensymphony.xwork2.config.ConfigurationException
      Specified by:
      register in interface com.opensymphony.xwork2.config.ContainerProvider
      Throws:
      com.opensymphony.xwork2.config.ConfigurationException
    • init

      public void init(com.opensymphony.xwork2.config.Configuration configuration) throws com.opensymphony.xwork2.config.ConfigurationException
      Specified by:
      init in interface com.opensymphony.xwork2.config.ContainerProvider
      Throws:
      com.opensymphony.xwork2.config.ConfigurationException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface com.opensymphony.xwork2.config.ContainerProvider
    • needsReload

      public boolean needsReload()
      Specified by:
      needsReload in interface com.opensymphony.xwork2.config.ContainerProvider