Class 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 Detail

      • DictionaryGet

        public DictionaryGet()
    • Method Detail

      • setIgnoreNamespaces

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

        protected java.util.Map<java.lang.String,​java.lang.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