Package com.day.cq.dam.api.metadata
Interface ComponentHandler
public interface ComponentHandler
Base class for handling runtime rendering of resources
after application of rules residing on them
-
Field Details
-
REGISTERED_COMPONENTS
- See Also:
-
GENERIC_HANDLER_PATH
- See Also:
-
SOURCE_VALUE
- See Also:
-
RULE_BASED
- See Also:
-
CHOICES_CASCADING_PARAM
- See Also:
-
CASCADE_FROM_VALUE
- See Also:
-
-
Method Details
-
getPaths
- Returns:
- A set of component paths for which this handler should be called.
-
handle
- Parameters:
request- client request- Returns:
- Returns a synthetic resource which may have different properties/children as compared to the actual resource.
-