Package net.officefloor.web.rest.build
Class SecureRestMethodDecorator
java.lang.Object
net.officefloor.web.rest.build.SecureRestMethodDecorator
- All Implemented Interfaces:
RestMethodDecorator<Void>
RestMethodDecorator to handle HTTPS.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateRestMethod(RestMethodDecoratorContext<Void> context) Decorates theRestMethod.
-
Constructor Details
-
SecureRestMethodDecorator
public SecureRestMethodDecorator()
-
-
Method Details
-
decorateRestMethod
Description copied from interface:RestMethodDecoratorDecorates theRestMethod.- Specified by:
decorateRestMethodin interfaceRestMethodDecorator<Void>- Parameters:
context-RestMethodDecoratorContext.
-