T
- GenericTypepublic abstract class InitEntityController<T>
extends java.lang.Object
Constructor and Description |
---|
InitEntityController() |
Modifier and Type | Method and Description |
---|---|
T |
getEntity()
Fetches the entity.
|
java.lang.String |
getPageInit()
Use this method in the jspx to correctly initialize this page / bean.
|
void |
setEntity(T entity)
Sets the entity.
|
public java.lang.String getPageInit()
public T getEntity()
public void setEntity(T entity)
entity
- the new entity