org.tynamo.hibernate.pages
Class HibernateNewPage

java.lang.Object
  extended by org.tynamo.pages.ModelPage
      extended by org.tynamo.hibernate.pages.HibernateModelPage
          extended by org.tynamo.hibernate.pages.HibernateEditPage
              extended by org.tynamo.hibernate.pages.HibernateNewPage

public abstract class HibernateNewPage
extends HibernateEditPage


Constructor Summary
HibernateNewPage()
           
 
Method Summary
protected  String getSuccessMessageKey()
           
protected  void onActivate(Class clazz)
           
protected  Object[] onPassivate()
          This tells Tapestry to put type & id into the URL, making it bookmarkable.
 
Methods inherited from class org.tynamo.hibernate.pages.HibernateEditPage
activate, createBeanModel, getForm, onSuccess, onValidateFormFromForm
 
Methods inherited from class org.tynamo.hibernate.pages.HibernateModelPage
cleanupRender, getBean, getBeanModel, getClassDescriptor, isAllowRemove, onPrepare, pushTynamoBeanContext, setBean
 
Methods inherited from class org.tynamo.pages.ModelPage
back, 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
 

Constructor Detail

HibernateNewPage

public HibernateNewPage()
Method Detail

onActivate

protected void onActivate(Class clazz)
                   throws Exception
Throws:
Exception

onPassivate

protected Object[] onPassivate()
Description copied from class: HibernateModelPage
This tells Tapestry to put type & id into the URL, making it bookmarkable.

Overrides:
onPassivate in class HibernateModelPage
Returns:

getSuccessMessageKey

protected String getSuccessMessageKey()
Overrides:
getSuccessMessageKey in class HibernateEditPage


Copyright © 2004-2009. All Rights Reserved.