com.atlassian.jira.web.util.component
Class RequestComponentManager

java.lang.Object
  extended by com.atlassian.jira.web.util.component.RequestComponentManager

public class RequestComponentManager
extends Object


Constructor Summary
RequestComponentManager()
           
 
Method Summary
 org.picocontainer.defaults.DefaultPicoContainer getContainer(org.picocontainer.PicoContainer parent)
          Get a container that contains the 'request' level information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestComponentManager

public RequestComponentManager()
Method Detail

getContainer

public org.picocontainer.defaults.DefaultPicoContainer getContainer(org.picocontainer.PicoContainer parent)
Get a container that contains the 'request' level information. This container should only be used on a per-request basis (ie destroyed after the request). Any attempt to use this container after the end of the request will result in indeterminate behaviour.

So far - the following components are registered:

Returns:
A Pico container that contains the 'request' level information.


Copyright © 2002-2012 Atlassian. All Rights Reserved.