FileDocCategorySizeDatePackage
NullResult.javaAPI DocExample1299Mon Jul 23 13:26:54 BST 2007org.apache.struts2.config

NullResult

public class NullResult extends Object implements com.opensymphony.xwork2.Result
Null result to get around annotation defaults that can't be null

Fields Summary
Constructors Summary
Methods Summary
public voidexecute(com.opensymphony.xwork2.ActionInvocation invocation)

        throw new IllegalStateException("Shouldn't be called");