Package org.togglz.console
Interface RequestHandler
-
- All Known Implementing Classes:
EditPageHandler,IndexPageHandler,InitialRedirectHandler,RequestHandlerBase,ResourceHandler
public interface RequestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadminOnly()booleanhandles(String path)voidprocess(RequestEvent event)
-
-
-
Method Detail
-
handles
boolean handles(String path)
-
adminOnly
boolean adminOnly()
-
process
void process(RequestEvent event) throws IOException
- Throws:
IOException
-
-