- name(String) - Method in interface ratpack.http.HttpMethod
-
Returns true if the method has the given name, insensitive to case.
- named(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodHandler
-
Defines the action to to take if the request has a HTTP method of methodName
.
- named(String, Runnable) - Method in interface ratpack.handling.ByMethodHandler
-
Defines the action to to take if the request has a HTTP method of methodName
.
- NamedHealthCheck - Class in ratpack.codahale.metrics
-
- NamedHealthCheck() - Constructor for class ratpack.codahale.metrics.NamedHealthCheck
-
- NamedHelper<T> - Interface in ratpack.handlebars
-
Instances of classes implementing this interface bound to the module registry will be automatically
registered as handlebars helpers.
- newInjectorFactory(LaunchConfig) - Static method in class ratpack.guice.Guice
-
Creates a transformer that can build an injector from a module.
- next() - Method in interface ratpack.handling.Context
-
Delegate handling to the next handler in line.
- next(Registry) - Method in interface ratpack.handling.Context
-
- next(Class<P>, T) - Method in interface ratpack.handling.Context
-
- next(Class<T>, Factory<? extends T>) - Method in interface ratpack.handling.Context
-
- next(Object) - Method in interface ratpack.handling.Context
-
- next() - Static method in class ratpack.handling.Handlers
-
A handler that simply delegates to the next handler.
- NonBlocking - Annotation Type in ratpack.api
-
Declares that a method is non blocking, making no guarantees about when it will return.
- NoOptionParse<T> - Class in ratpack.parse
-
- NoOptionParse(Class<T>) - Constructor for class ratpack.parse.NoOptionParse
-
- NoSuchRendererException - Exception in ratpack.render
-
Thrown when a request is made to render an object, but no suitable renderer can be found.
- NoSuchRendererException(String) - Constructor for exception ratpack.render.NoSuchRendererException
-
Constructor.
- notifySessionInitiated(String) - Method in interface ratpack.session.SessionManager
-
- notifySessionTerminated(String) - Method in interface ratpack.session.SessionManager
-
- NotInRegistryException - Exception in ratpack.registry
-
Thrown when a request is made for an object that a registry cannot provide.
- NotInRegistryException(Class<?>) - Constructor for exception ratpack.registry.NotInRegistryException
-
Constructs the exception.
- NotInRegistryException(String) - Constructor for exception ratpack.registry.NotInRegistryException
-
Constructor.
- Nullable - Annotation Type in ratpack.api
-
Denotes that something may be null.