Package org.infinispan.rest.resources
Class RedirectResource
- java.lang.Object
-
- org.infinispan.rest.resources.RedirectResource
-
- All Implemented Interfaces:
ResourceHandler
public class RedirectResource extends Object implements ResourceHandler
REST resource to serve redirects- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description RedirectResource(String path, String redirectPath, boolean anonymous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-