Package org.cxbox.core.controller.param
Class SortParameters
- java.lang.Object
-
- org.cxbox.core.controller.param.BaseParameterHolder<SortParameter>
-
- org.cxbox.core.controller.param.SortParameters
-
- All Implemented Interfaces:
Iterable<SortParameter>,ParameterHolder<SortParameter>
public class SortParameters extends BaseParameterHolder<SortParameter>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SortParametersfromList(List<SortParameter> list)static SortParametersfromMap(Map<String,String> map)-
Methods inherited from class org.cxbox.core.controller.param.BaseParameterHolder
getBuilder, isEmpty, iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
fromMap
public static SortParameters fromMap(Map<String,String> map)
-
fromList
public static SortParameters fromList(List<SortParameter> list)
-
-