|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.vgregion.portal.pafweb.PafWebViewerController
@Controller @RequestMapping(value="VIEW") @SessionAttributes(value="patient") public class PafWebViewerController
This action do that and that, if it has something special it is.
| Field Summary | |
|---|---|
static java.lang.String |
JUMPOUT_JSP
jsp name. |
static java.lang.String |
VIEW_JSP
jsp name. |
| Constructor Summary | |
|---|---|
PafWebViewerController()
|
|
| Method Summary | |
|---|---|
void |
changeListner(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
org.springframework.ui.ModelMap model)
Listen for the patient context change event. |
java.lang.String |
jumpout(javax.portlet.RenderRequest request,
org.springframework.ui.ModelMap model)
Jumpout screen for the PafWeb web application. |
void |
resetListner(org.springframework.ui.ModelMap model)
Listen for the patient context reset event. |
java.lang.String |
view(org.springframework.ui.ModelMap model)
First splash screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VIEW_JSP
public static final java.lang.String JUMPOUT_JSP
| Constructor Detail |
|---|
public PafWebViewerController()
| Method Detail |
|---|
@RenderMapping public java.lang.String view(org.springframework.ui.ModelMap model)
model - Model map
@RenderMapping(params="render=jumpout")
public java.lang.String jumpout(javax.portlet.RenderRequest request,
org.springframework.ui.ModelMap model)
request - to access current usermodel - Model map
@EventMapping(value="{http://vgregion.se/patientcontext/events}pctx.change")
public void changeListner(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
org.springframework.ui.ModelMap model)
request - EventRequest eventresponse - Event response to redirect flowmodel - Model map to communicate
@EventMapping(value="{http://vgregion.se/patientcontext/events}pctx.reset")
public void resetListner(org.springframework.ui.ModelMap model)
model - clean Model map
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||