org.jboss.seam.contexts
public interface Context
Modifier and Type | Method and Description |
---|---|
void |
flush()
Force synchronization to the underlying state store.
|
Object |
get(Class clazz)
Get a component instance, by its component name,
as determined by the @Name annotation value.
|
Object |
get(String name)
Get a value by name.
|
String[] |
getNames()
Get all names defined in the context.
|
ScopeType |
getType()
Get the scope that this context object is associated with,
|
boolean |
isSet(String name)
Is the value set?
|
void |
remove(String name)
Unset a value.
|
void |
set(String name,
Object value)
Set a value.
|
Object get(Class clazz)
void remove(String name)
boolean isSet(String name)
String[] getNames()
void flush()
ScopeType getType()
Copyright © 2015 Seam Framework. All Rights Reserved.