@Service(value=SlingPostProcessor.class) public class ThemePostProcessor extends java.lang.Object implements SlingPostProcessor
ThemePostProcessor
generates CSS for the updated Theme JSON.Constructor and Description |
---|
ThemePostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(SlingHttpServletRequest request,
java.util.List<Modification> changes)
Process the current request.
|
public void process(SlingHttpServletRequest request, java.util.List<Modification> changes) throws java.lang.Exception
SlingPostProcessor
Modification
object to the changes list.process
in interface SlingPostProcessor
request
- The current request.changes
- The list of changes for this request.java.lang.Exception
- If an error occurs.SlingPostProcessor.process(org.apache.sling.api.SlingHttpServletRequest, java.util.List)
Copyright © 2010 - 2020 Adobe. All Rights Reserved