public class MiniProfilerHandlerChain
extends java.lang.Object
implements ratpack.func.Action<ratpack.handling.Chain>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_PREFIX
The default URI prefix that this handler chain should be installed under.
|
Constructor and Description |
---|
MiniProfilerHandlerChain() |
Modifier and Type | Method and Description |
---|---|
void |
execute(ratpack.handling.Chain chain)
Installs handlers to return results and serve UI resources on the given chain.
|
public static final java.lang.String DEFAULT_PREFIX
public void execute(ratpack.handling.Chain chain) throws java.lang.Exception
execute
in interface ratpack.func.Action<ratpack.handling.Chain>
chain
- the chain to install the handler onjava.lang.Exception
- any