Uses of Interface
org.cxbox.core.controller.param.QueryParameter
-
Packages that use QueryParameter Package Description org.cxbox.core.controller.param -
-
Uses of QueryParameter in org.cxbox.core.controller.param
Classes in org.cxbox.core.controller.param with type parameters of type QueryParameter Modifier and Type Class Description classBaseParameterHolder<T extends QueryParameter>interfaceParameterBuilder<T extends QueryParameter>interfaceParameterHolder<T extends QueryParameter>Classes in org.cxbox.core.controller.param that implement QueryParameter Modifier and Type Class Description classAbstractQueryParameterclassBindParameterclassFilterParameterclassSortParameterMethods in org.cxbox.core.controller.param with type parameters of type QueryParameter Modifier and Type Method Description <T extends QueryParameter>
ParameterHolder<T>QueryParameters. of(ParameterBuilder<T> builder)Methods in org.cxbox.core.controller.param with parameters of type QueryParameter Modifier and Type Method Description booleanQueryParameters. removeParameter(QueryParameter parameter)StringQueryParameters. setParameter(QueryParameter parameter)
-