Package sk.iway.iwcm.rest
Class RestController
java.lang.Object
sk.iway.iwcm.rest.RestController
- Direct Known Subclasses:
DocRestController
,PropertiesRestController
RestController.java
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isIpAddressAllowed
(javax.servlet.http.HttpServletRequest request) Verify if IP address is available to call this REST service
-
Constructor Details
-
RestController
public RestController()
-
-
Method Details
-
isIpAddressAllowed
public boolean isIpAddressAllowed(javax.servlet.http.HttpServletRequest request) Verify if IP address is available to call this REST service- Parameters:
request
-- Returns:
-