ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

com.icesoft.faces.context.effects
Class DragCache

java.lang.Object
  extended by com.icesoft.faces.context.effects.DragCache

public class DragCache
extends java.lang.Object

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

DragCache

public DragCache()
Method Detail

put

public static java.lang.String put(java.lang.Object value,
                                   javax.faces.context.FacesContext context)
Add a value to the cache

Parameters:
value -
context -
Returns:

get

public static java.lang.Object get(java.lang.String key,
                                   javax.faces.context.FacesContext context)
Get a value from the cache

Parameters:
key -
context -
Returns:

ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.