|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.context.effects.DragCache
public class DragCache
Store values of Draggable and Droppables between requests
Constructor Summary | |
---|---|
DragCache()
|
Method Summary | |
---|---|
static java.lang.Object |
get(java.lang.String key,
javax.faces.context.FacesContext context)
Get a value from the cache |
static java.lang.String |
put(java.lang.Object value,
javax.faces.context.FacesContext context)
Add a value to the cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DragCache()
Method Detail |
---|
public static java.lang.String put(java.lang.Object value, javax.faces.context.FacesContext context)
value
- context
-
public static java.lang.Object get(java.lang.String key, javax.faces.context.FacesContext context)
key
- context
-
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |