- getArguments(String, String, String) - Method in ConfigurationProvider
-
Build the argument list from the passed in json
- getController(String) - Method in ConfigurationProvider
-
Fetch the controller with the given name.
- getController(String) - Method in NCubeConfigurationProvider
-
@param cubeName String name of an NCube.
- getController(String) - Method in SpringConfigurationProvider
-
@param name String name of a Controller instance (Spring bean name, n-cube name, etc).
- getDeepestException(Throwable) - Method in JsonCommandServlet
-
Get the deepest (original cause) of the exception chain.
- getLogPrefix() - Method in ConfigurationProvider
-
@return String prefix to append to log so that we can tell what controller
type was used (spring:, ncube:, etc.)
- getLogPrefix() - Method in NCubeConfigurationProvider
-
@return String 'ncube' to indicate that an N-Cube controller was used.
- getLogPrefix() - Method in SpringConfigurationProvider
-
@return String 'spring' to indicate that a Spring controller was used.
- getMethod(Class, String, int) - Method in ConfigurationProvider
-
Reflectively find the requested method on the requested class.
- getProvider(HttpServletRequest, String) - Method in JsonCommandServlet
-
@param request HttpServletRequest passed to the command servlet.
- getServletConfig() - Method in ConfigurationProvider
-
- getUrlMatcher(HttpServletRequest) - Method in ConfigurationProvider
-
Get a regex Matcher that matches the URL String for /context/controller/method