com.opensymphony.xwork
Interface NonCloningContinuableObject
- All Superinterfaces:
- Cloneable, com.uwyn.rife.continuations.ContinuableObject
- public interface NonCloningContinuableObject
- extends com.uwyn.rife.continuations.ContinuableObject
Implementing this interface indicates that the action should not be cloned, but instead should be re-used. This is
needed when you are using objects, fields, and method variables that cannot be cloned. The downside to using this is
that the advanced forward/backward historical support that normally automatically comes with continuations is no
longer available.
Methods inherited from interface com.uwyn.rife.continuations.ContinuableObject |
clone |