|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.web.controller.FrontController
@Transactional(propagation=REQUIRED) public class FrontController extends java.lang.Object implements Controller
The Class FrontController.
Constructor and Description |
---|
FrontController(UserService userService,
PortalService portalService,
AgentDAO agentDAO,
DocumentDAO documentDAO)
Instantiates a new front controller. |
Modifier and Type | Method and Description |
---|---|
void |
handleAction(ControllerAction action)
Handle action. |
void |
handleLoginAction(LoginAction loginAction)
Handle login action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrontController(UserService userService, PortalService portalService, AgentDAO agentDAO, DocumentDAO documentDAO)
userService
- the user serviceportalService
- the portal serviceagentDAO
- the agent daodocumentDAO
- the document daoMethod Detail |
---|
public void handleAction(ControllerAction action) throws java.lang.Exception
Controller
handleAction
in interface Controller
action
- the actionjava.lang.Exception
- the exceptionpublic void handleLoginAction(LoginAction loginAction) throws java.lang.Exception
loginAction
- the login actionjava.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |