Interface HtlUtil
-
@ProviderType public interface HtlUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.BooleanisEdgeDeliveryRequest()Checks whether this request has been originated from edge delivery services
-
-
-
Method Detail
-
isEdgeDeliveryRequest
java.lang.Boolean isEdgeDeliveryRequest()
Checks whether this request has been originated from edge delivery services- Returns:
- {Boolean} true if the request is from edge delivery services, false otherwise
- Since:
- com.adobe.cq.forms.core.components.models.form 5.3.2
-
-