Package org.alfresco.repo.jscript
Class SlingshotDocLibCustomResponseRegistrar
- java.lang.Object
-
- org.alfresco.repo.jscript.SlingshotDocLibCustomResponseRegistrar
-
public final class SlingshotDocLibCustomResponseRegistrar extends Object
Register an additional custom metadata output for the DocLib webscript response- Author:
- Will Abson
-
-
Constructor Summary
Constructors Constructor Description SlingshotDocLibCustomResponseRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCustomResponse()StringgetKey()Map<String,Object>getResponsesMap()ObjectgetValue()voidsetKey(String key)voidsetResponsesMap(Map<String,Object> responsesMap)voidsetValue(Object value)
-