Package org.infinispan.rest.resources
Class SplashResource
- java.lang.Object
-
- org.infinispan.rest.resources.SplashResource
-
- All Implemented Interfaces:
ResourceHandler
public class SplashResource extends java.lang.Object implements ResourceHandler
Handles the welcome page of the REST endpoint.- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description SplashResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-