org.apache.tapestry.wml
Class Go
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.form.Form
org.apache.tapestry.wml.Go
- All Implemented Interfaces:
- Locatable, LocationHolder, FormBehavior, IComponent, IDirect, IDirectEvent, IDynamicInvoker, 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
| Methods inherited from class org.apache.tapestry.form.Form |
addDeferredRunnable, addEventHandler, addHiddenValue, addHiddenValue, cleanupAfterRender, getCancel, getDelegate, getDirectService, getElementId, getElementId, getListener, getListenerInvoker, getMethod, getName, getPort, getProfile, getRefresh, getRequiresSession, getResponse, getScheme, getSuccess, isFormFieldUpdating, isRewinding, isStateful, prepareForRender, prerenderField, registerForFocus, renderComponent, rewind, setEncodingType, setFormFieldUpdating, trigger, wasPrerendered |
| Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, enterActiveState, finishLoad, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, toString, triggerEvent |
| Methods inherited from interface org.apache.tapestry.IComponent |
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage |
| Methods inherited from interface org.apache.tapestry.IRender |
render |
Go
public Go()
emitEventHandlers
protected void emitEventHandlers(IMarkupWriter writer,
IRequestCycle cycle)
- This component doesn't support event handlers.
constructFormNameForActionService
protected String constructFormNameForActionService(String actionId)
newFormSupport
protected FormSupport newFormSupport(IMarkupWriter writer,
IRequestCycle cycle)
- Description copied from class:
Form
- Returns a new instance of
FormSupportImpl.
- Overrides:
newFormSupport in class Form
Copyright © 2006 Apache Software Foundation. All Rights Reserved.