org.szegedi.spring.web.jsflow.support
Interface FlowStateSerializer.StubProvider
- Enclosing class:
- FlowStateSerializer
public static interface FlowStateSerializer.StubProvider
An interface that can be implemented to provide further context-specific
stubs.
- Since:
- 1.2
- Version:
- $Id: $
- Author:
- Attila Szegedi
Method Summary |
java.lang.Object |
getStub(java.lang.Object obj)
Return a stub for an object. |
getStub
java.lang.Object getStub(java.lang.Object obj)
- Return a stub for an object.
- Parameters:
obj
- the object to stub
- Returns:
- the stub for the object, or null if the provider can not
stub the object.