Package com.day.cq.wcm.undo
Interface UndoConfigService
public interface UndoConfigService
Provides undo configuration.
-
Method Summary
Modifier and TypeMethodDescription<T> TReturns a config value.voidwriteClientConfig(Writer out) Writes config data as required by the clientside implementation.
-
Method Details
-
getConfig
Returns a config value.
- Parameters:
name- The name of the configtype- The type of the config- Returns:
- The config value
-
writeClientConfig
Writes config data as required by the clientside implementation.
- Parameters:
out- The writer- Throws:
IOException- if the client config could not be written to the client
-