-
Notifications
You must be signed in to change notification settings - Fork 1
Controllers functions
Jerome Lepage edited this page Oct 11, 2016
·
2 revisions
Get the current context of the request (see Main concepts section)
Get the current (cffwk) Session object
Get the current HttpRequest object
Return a POST/GET argument value from request, if not exists return defaultValue.
-- Deprecated --
Test if matching the current http method
Call IOC subsystem to get an object (bean, DAO or service)
.
Login a user througt user DAO implementation.
Logout the current user
Redirect an anonymous user to sign-in page
.
Redirect the current request to another URL. If "hard" boolean parameter is true then the redirection is a browser redirect. Otherwise it's an internal redirect.
Render the view with args passed by argument.
Copyright (c) 2016, Jerome Lepage (j@cfm.io)