Class DictionaryGet

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.dictionary.DictionaryWebServiceBase
org.alfresco.repo.web.scripts.dictionary.DictionaryGet
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class DictionaryGet extends DictionaryWebServiceBase
WebScript implementation to retrieve a complete dictionary required to implement a lightweight remote web-tier dictionary.
Author:
Kevin Roast
  • Constructor Details

    • DictionaryGet

      public DictionaryGet()
  • Method Details

    • setIgnoreNamespaces

      public void setIgnoreNamespaces(Set<String> namespaces)
      Set of model namespaces to ignore when outputing dictionary classes and aspects
      Parameters:
      namespaces - Set of model namespaces to ignore
    • executeImpl

      protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status)
      Execute the webscript
      Overrides:
      executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript
      Parameters:
      req - WebScriptRequest
      status - Status