org.jboss.seam.contexts
public class SessionContext extends BasicContext
Constructor and Description |
---|
SessionContext(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
flush()
Force synchronization to the underlying state store.
|
String[] |
getNames()
Get all names defined in the context.
|
String |
toString() |
public String[] getNames()
Context
getNames
in interface Context
getNames
in class BasicContext
public void flush()
Context
flush
in interface Context
flush
in class BasicContext
public String toString()
toString
in class BasicContext
Copyright © 2015 Seam Framework. All Rights Reserved.