net.sf.tacos.demo.pages.ajax
Class ExceptionHandlerExample

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.BaseComponent
              extended by org.apache.tapestry.AbstractPage
                  extended by org.apache.tapestry.html.BasePage
                      extended by net.sf.tacos.demo.pages.ajax.ExceptionHandlerExample
All Implemented Interfaces:
Locatable, LocationHolder, org.apache.tapestry.IComponent, org.apache.tapestry.IPage, org.apache.tapestry.IRender, org.apache.tapestry.ITemplateComponent

public class ExceptionHandlerExample
extends org.apache.tapestry.html.BasePage

Exception Console Demo page.

Author:
Felix Sun

Constructor Summary
ExceptionHandlerExample()
           
 
Method Summary
 void exceptionThrownInAjaxDirectLinkInvoke(org.apache.tapestry.IRequestCycle cycle)
          Invoked by AjaxDirectLink
 void exceptionThrownInAjaxLinkSubmitInvoke(org.apache.tapestry.IRequestCycle cycle)
          Invoked by AjaxLinkSubmit
 void exceptionThrownInAjaxSubmitInvoke(org.apache.tapestry.IRequestCycle cycle)
          Invoked by AjaxSubmit
 
Methods inherited from class org.apache.tapestry.html.BasePage
getResponseContentType
 
Methods inherited from class org.apache.tapestry.AbstractPage
addPageAttachListener, addPageBeginRenderListener, addPageDetachListener, addPageEndRenderListener, addPageRenderListener, addPageValidateListener, attach, beginPageRender, beginResponse, detach, endPageRender, firePageAttached, firePageBeginRender, firePageDetached, firePageEndRender, firePageValidate, getChangeObserver, getEngine, getExtendedId, getGlobal, getIdPath, getLocale, getNestedComponent, getOutputEncoding, getPageName, getRequestCycle, getVisit, initialize, removePageAttachListener, removePageBeginRenderListener, removePageDetachListener, removePageEndRenderListener, removePageRenderListener, removePageValidateListener, renderPage, setChangeObserver, setLocale, setPageName, validate
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

ExceptionHandlerExample

public ExceptionHandlerExample()
Method Detail

exceptionThrownInAjaxDirectLinkInvoke

public void exceptionThrownInAjaxDirectLinkInvoke(org.apache.tapestry.IRequestCycle cycle)
Invoked by AjaxDirectLink

Parameters:
cycle -

exceptionThrownInAjaxSubmitInvoke

public void exceptionThrownInAjaxSubmitInvoke(org.apache.tapestry.IRequestCycle cycle)
Invoked by AjaxSubmit

Parameters:
cycle -

exceptionThrownInAjaxLinkSubmitInvoke

public void exceptionThrownInAjaxLinkSubmitInvoke(org.apache.tapestry.IRequestCycle cycle)
Invoked by AjaxLinkSubmit

Parameters:
cycle -