public interface BuildDocHandler
BuildDocHandler objects can created by calling the static methods on BuildDocHandlerFactory.
This interface is written in Java and uses only Java types so that communication can work even when the calling code and the play-docs project are built with different versions of Scala.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
maybeHandleDocRequest(java.lang.Object request)
Given a request, either handle it and return some result, or don't, and return none.
|
java.lang.Object maybeHandleDocRequest(java.lang.Object request)
request - A request of type play.api.mvc.RequestHeader.Option<play.api.mvc.SimpleResult>, Some if the result was
handled, None otherwise.