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 IUrlResource
RedirectException. getTarget()
Methods in de.xima.fc.exceptions.http with parameters of type IUrlResource Modifier and Type Method Description static RedirectException.Builder
RedirectException. 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 IUrlResource
IRedirectAction. 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 class
UrlResource
DEfault implementation of theIUrlResource
.Methods in de.xima.fc.mdl.http that return IUrlResource Modifier and Type Method Description IUrlResource
RedirectAction. getTarget()
Methods in de.xima.fc.mdl.http with parameters of type IUrlResource Modifier and Type Method Description static RedirectAction.Builder
RedirectAction. newBuilder(IUrlResource target)
-