siouxsie.mvc.impl
Class ScreenResult
java.lang.Object
siouxsie.mvc.impl.ScreenResult
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, java.io.Serializable
public class ScreenResult
- extends java.lang.Object
- implements com.opensymphony.xwork2.Result
The XW Result
which delegates
the IScreen
installation
in injected IScreenHandler
.
- Version:
- $Id$
- Author:
- Arnaud Cogoluegnes
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
DEFAULT_PARAM
The default parameter (the screen class usually). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PARAM
public static final java.lang.String DEFAULT_PARAM
- The default parameter (the screen class usually).
Allows the something syntax.
- See Also:
- Constant Field Values
ScreenResult
public ScreenResult()
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String location)
execute
public void execute(com.opensymphony.xwork2.ActionInvocation invocation)
throws java.lang.Exception
- Specified by:
execute
in interface com.opensymphony.xwork2.Result
- Throws:
java.lang.Exception
setScreenHandler
public void setScreenHandler(IScreenHandler screenHandler)
Copyright © 2006-2008 null. All Rights Reserved.