org.restlet.engine.util
Class CookieSettingSeries
java.lang.Object
org.restlet.util.WrapperList<E>
org.restlet.util.Series<CookieSetting>
org.restlet.engine.util.CookieSettingSeries
- All Implemented Interfaces:
- Iterable<CookieSetting>, Collection<CookieSetting>, List<CookieSetting>
public class CookieSettingSeries
- extends Series<CookieSetting>
Cookie setting series.
- Author:
- Jerome Louvel
Methods inherited from class org.restlet.util.Series |
add, copyTo, getFirst, getFirst, getFirstValue, getFirstValue, getFirstValue, getFirstValue, getNames, getValues, getValues, getValuesArray, getValuesArray, getValuesMap, removeAll, removeAll, removeFirst, removeFirst, set, set, subList, subList, subList, unmodifiableSeries |
Methods inherited from class org.restlet.util.WrapperList |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getDelegate, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray, toString |
CookieSettingSeries
public CookieSettingSeries()
- Constructor.
CookieSettingSeries
public CookieSettingSeries(List<CookieSetting> delegate)
- Constructor.
- Parameters:
delegate
- The delegate list.
createEntry
public CookieSetting createEntry(String name,
String value)
- Specified by:
createEntry
in class Series<CookieSetting>
createSeries
public Series<CookieSetting> createSeries(List<CookieSetting> delegate)
- Specified by:
createSeries
in class Series<CookieSetting>
Copyright © 2005-2011 Noelios Technologies.