Package org.togglz.console.handlers
Class InitialRedirectHandler
- java.lang.Object
-
- org.togglz.console.handlers.InitialRedirectHandler
-
- All Implemented Interfaces:
RequestHandler
public class InitialRedirectHandler extends Object implements RequestHandler
-
-
Constructor Summary
Constructors Constructor Description InitialRedirectHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadminOnly()booleanhandles(String path)voidprocess(RequestEvent event)
-
-
-
Method Detail
-
handles
public boolean handles(String path)
- Specified by:
handlesin interfaceRequestHandler
-
adminOnly
public boolean adminOnly()
- Specified by:
adminOnlyin interfaceRequestHandler
-
process
public void process(RequestEvent event) throws IOException
- Specified by:
processin interfaceRequestHandler- Throws:
IOException
-
-