org.codehaus.waffle.context.pico
Class HttpSessionComponentAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSessionComponentAdapter
public HttpSessionComponentAdapter()
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.