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 classRedirectExceptionAn 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 classRedirectActionDefault 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 IRedirectActionIUserProfileTask. execute()Performs the task and returns aredirect actionif successful. 
 -