siouxsie.mvc.impl
Class ScreenResult

java.lang.Object
  extended by 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).
 
Constructor Summary
ScreenResult()
           
 
Method Summary
 void execute(com.opensymphony.xwork2.ActionInvocation invocation)
           
 java.lang.String getLocation()
           
 void setLocation(java.lang.String location)
           
 void setScreenHandler(IScreenHandler screenHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ScreenResult

public ScreenResult()
Method Detail

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.