Uses of Interface
de.xima.fc.interfaces.http.IUrlResource
- 
Packages that use IUrlResource Package Description de.xima.fc.exceptions.http de.xima.fc.interfaces.http de.xima.fc.mdl.http  - 
- 
Uses of IUrlResource in de.xima.fc.exceptions.http
Methods in de.xima.fc.exceptions.http that return IUrlResource Modifier and Type Method Description IUrlResourceRedirectException. getTarget()Methods in de.xima.fc.exceptions.http with parameters of type IUrlResource Modifier and Type Method Description static RedirectException.BuilderRedirectException. newBuilder(IUrlResource target) - 
Uses of IUrlResource in de.xima.fc.interfaces.http
Methods in de.xima.fc.interfaces.http that return IUrlResource Modifier and Type Method Description @NotNull IUrlResourceIRedirectAction. getTarget() - 
Uses of IUrlResource in de.xima.fc.mdl.http
Classes in de.xima.fc.mdl.http that implement IUrlResource Modifier and Type Class Description classUrlResourceDEfault implementation of theIUrlResource.Methods in de.xima.fc.mdl.http that return IUrlResource Modifier and Type Method Description IUrlResourceRedirectAction. getTarget()Methods in de.xima.fc.mdl.http with parameters of type IUrlResource Modifier and Type Method Description static RedirectAction.BuilderRedirectAction. newBuilder(IUrlResource target) 
 -