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 void
addCustomResponse()
String
getKey()
Map<String,Object>
getResponsesMap()
Object
getValue()
void
setKey(String key)
void
setResponsesMap(Map<String,Object> responsesMap)
void
setValue(Object value)
-