org.apache.tapestry.wml
Class Go

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.form.Form
              extended by org.apache.tapestry.wml.Go
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, FormBehavior, IAction, IComponent, IDirect, IForm, IRender

public abstract class Go
extends Form

The go element declares a go task, indicating navigation to a URI. If the URI names a WML card or deck, it is displayed.

Since:
3.0
Author:
David Solis

Field Summary
 
Fields inherited from interface org.apache.tapestry.IForm
ATTRIBUTE_NAME
 
Constructor Summary
Go()
           
 
Method Summary
protected  java.lang.String constructFormNameForActionService(java.lang.String actionId)
          Construct a form name for use with the action service.
protected  void emitEventHandlers(IMarkupWriter writer, IRequestCycle cycle)
          This component doesn't support event handlers.
protected  FormSupport newFormSupport(IMarkupWriter writer, IRequestCycle cycle)
          Returns a new instance of FormSupportImpl.
 
Methods inherited from class org.apache.tapestry.form.Form
addDeferredRunnable, addEventHandler, addHiddenValue, addHiddenValue, cleanupAfterRender, get, getActionService, getCancel, getDelegate, getDirectService, getElementId, getElementId, getLink, getListener, getListenerInvoker, getMethod, getName, getPort, getRefresh, getRequiresSession, getResponse, getScheme, getSuccess, isDirect, isRewinding, isStateful, prepareForRender, prerenderField, registerForFocus, renderComponent, rewind, setEncodingType, trigger, wasPrerendered
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, enterActiveState, finishLoad, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, 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.IForm
getFocus, isClientValidationEnabled
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, 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

Go

public Go()
Method Detail

emitEventHandlers

protected void emitEventHandlers(IMarkupWriter writer,
                                 IRequestCycle cycle)
This component doesn't support event handlers.


constructFormNameForActionService

protected java.lang.String constructFormNameForActionService(java.lang.String actionId)
Description copied from class: Form
Construct a form name for use with the action service. This implementation returns "Form" appended with the actionId.

Overrides:
constructFormNameForActionService in class Form

newFormSupport

protected FormSupport newFormSupport(IMarkupWriter writer,
                                     IRequestCycle cycle)
Description copied from class: Form
Returns a new instance of FormSupportImpl.

Overrides:
newFormSupport in class Form