Class NullResult

java.lang.Object
org.apache.struts2.config.NullResult
All Implemented Interfaces:
Serializable, Result

public class NullResult extends Object implements Result
Null result to get around annotation defaults that can't be null FIXME: ???? is it usable? doesn't it make sense to have such result?
See Also:
  • Constructor Details

    • NullResult

      public NullResult()
  • Method Details

    • execute

      public void execute(ActionInvocation invocation) throws Exception
      Description copied from interface: Result
      Represents a generic interface for all action execution results. Whether that be displaying a webpage, generating an email, sending a JMS message, etc.
      Specified by:
      execute in interface Result
      Parameters:
      invocation - the invocation context.
      Throws:
      Exception - can be thrown.