Package org.apache.struts2.config
Class NullResult
java.lang.Object
org.apache.struts2.config.NullResult
- All Implemented Interfaces:
- Serializable,- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(ActionInvocation invocation) Represents a generic interface for all action execution results.
- 
Constructor Details- 
NullResultpublic NullResult()
 
- 
- 
Method Details- 
executeDescription copied from interface:ResultRepresents a generic interface for all action execution results. Whether that be displaying a webpage, generating an email, sending a JMS message, etc.
 
-