Uses of Interface
com.helger.web.scope.IRequestParamContainer
-
Packages that use IRequestParamContainer Package Description com.helger.web.scope com.helger.web.scope.impl com.helger.web.scope.util -
-
Uses of IRequestParamContainer in com.helger.web.scope
Methods in com.helger.web.scope that return IRequestParamContainer Modifier and Type Method Description IRequestParamContainerIRequestWebScopeWithoutResponse. params() -
Uses of IRequestParamContainer in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement IRequestParamContainer Modifier and Type Class Description static classRequestWebScope.ParamContainerSpecial implementation ifIRequestParamContainerbased onAttributeContainerAny.Methods in com.helger.web.scope.impl that return IRequestParamContainer Modifier and Type Method Description IRequestParamContainerRequestWebScope. params() -
Uses of IRequestParamContainer in com.helger.web.scope.util
Methods in com.helger.web.scope.util that return IRequestParamContainer Modifier and Type Method Description protected static IRequestParamContainerAbstractRequestFieldData. getParams()This is a utility method to always retrieve the correct scope.
-