Package com.enonic.xp.web.handler
Interface WebHandlerChain
-
@Beta public interface WebHandlerChain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebResponse
handle(WebRequest webRequest, WebResponse webResponse)
-
-
-
Method Detail
-
handle
WebResponse handle(WebRequest webRequest, WebResponse webResponse) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-