Uses of Interface
de.xima.fc.interfaces.http.IRedirectAction
-
Packages that use IRedirectAction Package Description de.xima.fc.exceptions.http de.xima.fc.mdl.http de.xima.fc.security.interfaces.logic -
-
Uses of IRedirectAction in de.xima.fc.exceptions.http
Classes in de.xima.fc.exceptions.http that implement IRedirectAction Modifier and Type Class Description class
RedirectException
An exception that also indicates aredirection action
. -
Uses of IRedirectAction in de.xima.fc.mdl.http
Classes in de.xima.fc.mdl.http that implement IRedirectAction Modifier and Type Class Description class
RedirectAction
Default implementation of theIRedirectAction
. -
Uses of IRedirectAction in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return IRedirectAction Modifier and Type Method Description @NotNull IRedirectAction
IUserProfileTask. execute()
Performs the task and returns aredirect action
if successful.
-