public interface PortalHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(PortalRequest req) |
int |
getOrder() |
PortalResponse |
handle(PortalRequest req) |
int getOrder()
boolean canHandle(PortalRequest req)
PortalResponse handle(PortalRequest req) throws Exception
Exception