|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.Scopes<K,V>
public class Scopes<K,V>
The Class Scopes. Basic container for the different scopes.
Method Summary | |
---|---|
java.util.Map<K,V> |
getApplicationAttributes()
Gets the application attributes. |
java.util.Map<K,V> |
getApplicationScope()
Gets the application scope. |
java.util.Map<K,V> |
getFlashAttributes()
Gets the flash attributes. |
java.util.Map<K,V> |
getFlashScope()
Gets the flash scope. |
java.util.Map<K,V> |
getRequestAttributes()
Gets the request attributes. |
java.util.Map<K,V> |
getRequestScope()
Gets the request scope. |
java.util.Map<K,V> |
getSessionAttributes()
Gets the session attributes. |
java.util.Map<K,V> |
getSessionScope()
Gets the session scope. |
java.util.Map<K,V> |
getViewAttributes()
Gets the view attributes. |
java.util.Map<K,V> |
getViewScope()
Gets the view scope. |
void |
renewFlashAttributes()
Renew flash attributes. |
void |
renewFlashScope(K key)
Renew flash scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Map<K,V> getApplicationAttributes()
public java.util.Map<K,V> getApplicationScope()
public java.util.Map<K,V> getFlashAttributes()
public java.util.Map<K,V> getFlashScope()
public java.util.Map<K,V> getRequestAttributes()
public java.util.Map<K,V> getRequestScope()
public java.util.Map<K,V> getSessionAttributes()
public java.util.Map<K,V> getSessionScope()
public java.util.Map<K,V> getViewAttributes()
public java.util.Map<K,V> getViewScope()
public void renewFlashAttributes()
public void renewFlashScope(K key)
key
- the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |