org.jboss.seam.security.external.dialogues
Class DialogueContext
java.lang.Object
org.jboss.seam.security.external.dialogues.DialogueContext
- All Implemented Interfaces:
- Context
public class DialogueContext
- extends Object
- implements Context
- Author:
- Marcel Kolsteren
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogueContext
public DialogueContext()
getBeanStore
protected HashMapBeanStore getBeanStore()
initialize
public void initialize(ServletContext servletContext)
destroy
public void destroy()
create
public String create()
remove
public void remove()
isExistingDialogue
public boolean isExistingDialogue(String dialogueId)
attach
public void attach(String dialogueId)
- Attaches an existing dialogue to the current thread
- Parameters:
dialogueIdThreadLocal -
detach
public void detach()
- Detaches the dialogue from the current thread
isAttached
public boolean isAttached()
get
public <T> T get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
- Specified by:
get in interface Context
get
public <T> T get(Contextual<T> contextual)
- Specified by:
get in interface Context
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface Context
isActive
public boolean isActive()
- Specified by:
isActive in interface Context
Copyright © 2011 Seam Framework. All Rights Reserved.