Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tapestry.wml
Class Setvar  view Setvar download Setvar.java

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.wml.Setvar
All Implemented Interfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public abstract class Setvar
extends org.apache.tapestry.AbstractComponent

The setvar element specifies the variable to set in the current browser context as a side effect of executing a task.

Since:
3.0

Field Summary
static com.cortexeb.tools.clover.d __CLOVER_479_0
           
 
Fields inherited from class org.apache.tapestry.AbstractComponent
__CLOVER_0_0
 
Fields inherited from class org.apache.hivemind.impl.BaseLocatable
 
Constructor Summary
Setvar()
           
 
Method Summary
abstract  java.lang.String getName()
           
abstract  org.apache.tapestry.IBinding getValueBinding()
           
 java.lang.String readValue()
           
protected  void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)>AbstractComponent.render(IMarkupWriter, IRequestCycle) 55 to actually render the component (with any parameter values already set).
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, finishLoad, format, format, format, format, formatString, formatString, formatString, formatString, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, 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.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Field Detail

__CLOVER_479_0

public static com.cortexeb.tools.clover.d __CLOVER_479_0
Constructor Detail

Setvar

public Setvar()
Method Detail

renderComponent

protected void renderComponent(org.apache.tapestry.IMarkupWriter writer,
                               org.apache.tapestry.IRequestCycle cycle)
Description copied from class: org.apache.tapestry.AbstractComponent
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)>AbstractComponent.render(IMarkupWriter, IRequestCycle) 55 to actually render the component (with any parameter values already set). This is the method that subclasses must implement.


getName

public abstract java.lang.String getName()

getValueBinding

public abstract org.apache.tapestry.IBinding getValueBinding()

readValue

public java.lang.String readValue()