Package org.infinispan.rest.resources
Class RedirectResource
java.lang.Object
org.infinispan.rest.resources.RedirectResource
- All Implemented Interfaces:
ResourceHandler
REST resource to serve redirects
- Since:
- 10.1
-
Constructor Summary
ConstructorDescriptionRedirectResource
(InvocationHelper invocationHelper, String path, String redirectPath, boolean anonymous) -
Method Summary
-
Constructor Details
-
RedirectResource
public RedirectResource(InvocationHelper invocationHelper, String path, String redirectPath, boolean anonymous)
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-