org.jboss.weld.context.bound
Class BoundSessionContextImpl
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractManagedContext
org.jboss.weld.context.AbstractBoundContext<Map<String,Object>>
org.jboss.weld.context.bound.BoundSessionContextImpl
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context, org.jboss.weld.context.bound.BoundSessionContext, org.jboss.weld.context.BoundContext<Map<String,Object>>, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext
public class BoundSessionContextImpl
- extends AbstractBoundContext<Map<String,Object>>
- implements org.jboss.weld.context.bound.BoundSessionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.weld.context.ManagedContext |
activate, deactivate |
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, isActive |
BoundSessionContextImpl
public BoundSessionContextImpl()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface javax.enterprise.context.spi.Context
associate
public boolean associate(Map<String,Object> storage)
- Specified by:
associate
in interface org.jboss.weld.context.BoundContext<Map<String,Object>>
dissociate
public boolean dissociate(Map<String,Object> storage)
- Specified by:
dissociate
in interface org.jboss.weld.context.BoundContext<Map<String,Object>>
invalidate
public void invalidate()
- Specified by:
invalidate
in interface org.jboss.weld.context.ManagedContext
- Overrides:
invalidate
in class AbstractManagedContext
Copyright © 2013 Seam Framework. All Rights Reserved.