org.codehaus.waffle.context.pico
Class HttpSessionComponentAdapter

java.lang.Object
  extended by org.codehaus.waffle.context.pico.HttpSessionComponentAdapter
All Implemented Interfaces:
java.io.Serializable, org.picocontainer.ComponentAdapter

public class HttpSessionComponentAdapter
extends java.lang.Object
implements org.picocontainer.ComponentAdapter, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HttpSessionComponentAdapter()
           
 
Method Summary
 void accept(org.picocontainer.PicoVisitor visitor)
           
 java.lang.Class<?> getComponentImplementation()
           
 java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 java.lang.Object getComponentKey()
           
 void verify(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionComponentAdapter

public HttpSessionComponentAdapter()
Method Detail

getComponentKey

public java.lang.Object getComponentKey()
Specified by:
getComponentKey in interface org.picocontainer.ComponentAdapter

getComponentImplementation

public java.lang.Class<?> getComponentImplementation()
Specified by:
getComponentImplementation in interface org.picocontainer.ComponentAdapter

getComponentInstance

public java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
                                      throws org.picocontainer.PicoInitializationException,
                                             org.picocontainer.PicoIntrospectionException
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException

verify

public void verify(org.picocontainer.PicoContainer container)
            throws org.picocontainer.PicoIntrospectionException
Specified by:
verify in interface org.picocontainer.ComponentAdapter
Throws:
org.picocontainer.PicoIntrospectionException

accept

public void accept(org.picocontainer.PicoVisitor visitor)
Specified by:
accept in interface org.picocontainer.ComponentAdapter


Copyright © 2008. All Rights Reserved.