Interface FormPersister<PersistType>
-
- Type Parameters:
PersistType-
public interface FormPersister<PersistType>Interface definition for a helper class that handles persisting form data.- Since:
- 3.4
- Author:
- Nick Smith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistTypepersist()
-
-
-
Method Detail
-
persist
PersistType persist()
-
-