org.jboss.weld.context.http
Class HttpSessionContextImpl
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractManagedContext
org.jboss.weld.context.AbstractBoundContext<javax.servlet.http.HttpServletRequest>
org.jboss.weld.context.http.HttpSessionContextImpl
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context, org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>, org.jboss.weld.context.http.HttpSessionContext, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext
public class HttpSessionContextImpl
- extends AbstractBoundContext<javax.servlet.http.HttpServletRequest>
- implements org.jboss.weld.context.http.HttpSessionContext
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.http.HttpSessionContext |
invalidate |
Methods inherited from interface org.jboss.weld.context.ManagedContext |
activate, deactivate |
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, isActive |
HttpSessionContextImpl
public HttpSessionContextImpl()
associate
public boolean associate(javax.servlet.http.HttpServletRequest request)
- Specified by:
associate
in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>
dissociate
public boolean dissociate(javax.servlet.http.HttpServletRequest request)
- Specified by:
dissociate
in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>
destroy
public boolean destroy(javax.servlet.http.HttpSession session)
- Specified by:
destroy
in interface org.jboss.weld.context.http.HttpSessionContext
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface javax.enterprise.context.spi.Context
getConversationContext
protected org.jboss.weld.context.http.HttpConversationContext getConversationContext()
Copyright © 2013 Seam Framework. All Rights Reserved.