org.tynamo.hibernate.pages
Class HibernateModelPage
java.lang.Object
org.tynamo.pages.ModelPage
org.tynamo.hibernate.pages.HibernateModelPage
- Direct Known Subclasses:
- HibernateEditPage
public abstract class HibernateModelPage
- extends ModelPage
| Methods inherited from class org.tynamo.pages.ModelPage |
back, createBeanModel, getBeanModelSource, getContextValueEncoder, getDescriptorService, getListAllLinkMessage, getMessages, getPageRenderLinkSource, getPersitenceService, getTitle, onActionFromCancel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateModelPage
public HibernateModelPage()
onPrepare
protected void onPrepare()
pushTynamoBeanContext
protected void pushTynamoBeanContext()
activate
protected void activate(Object bean,
TynamoClassDescriptor classDescriptor,
org.apache.tapestry5.beaneditor.BeanModel beanModel)
cleanupRender
protected void cleanupRender()
onPassivate
protected Object[] onPassivate()
- This tells Tapestry to put type & id into the URL, making it bookmarkable.
- Returns:
getClassDescriptor
public final TynamoClassDescriptor getClassDescriptor()
- Specified by:
getClassDescriptor in class ModelPage
getBeanModel
public final org.apache.tapestry5.beaneditor.BeanModel getBeanModel()
getBean
public final Object getBean()
- Specified by:
getBean in class ModelPage
setBean
public final void setBean(Object bean)
isAllowRemove
public boolean isAllowRemove()
Copyright © 2004-2009. All Rights Reserved.