org.jboss.weld.context.unbound
Class RequestContextImpl
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractManagedContext
org.jboss.weld.context.AbstractUnboundContext
org.jboss.weld.context.unbound.RequestContextImpl
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.RequestContext
public class RequestContextImpl
- extends AbstractUnboundContext
- implements org.jboss.weld.context.RequestContext
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 |
invalidate |
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, isActive |
RequestContextImpl
public RequestContextImpl()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface javax.enterprise.context.spi.Context
activate
public void activate()
- Specified by:
activate
in interface org.jboss.weld.context.ManagedContext
- Overrides:
activate
in class AbstractManagedContext
deactivate
public void deactivate()
- Specified by:
deactivate
in interface org.jboss.weld.context.ManagedContext
- Overrides:
deactivate
in class AbstractManagedContext
Copyright © 2013 Seam Framework. All Rights Reserved.