EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.internal
Class AbstractPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
      extended by echopoint.internal.AbstractPeer
All Implemented Interfaces:
ComponentSynchronizePeer
Direct Known Subclasses:
AbstractContainerPeer, AnchorPeer, ApplicationBackgroundPeer, ContainerExPeer, ExternalEventPeer, InfoWindowPeer, JQueryAbstractPeer, LightBoxPeer, SeparatorPeer, TemplatePanelPeer

public abstract class AbstractPeer
extends AbstractComponentSynchronizePeer

An abstract peer that may be used as the base class for all peers. Ensures that the echopoint library is boot strapped.

Version:
$Id: AbstractPeer.java 185 2009-05-06 19:13:15Z sptrakesh $
Author:
Rakesh 2008-07-20
See Also:
CommonResources, CommonService

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Constructor Summary
AbstractPeer()
           
 
Method Summary
 void init(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component)
          
 
Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, getOutputProperty, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, isOutputPropertyIndexed, isOutputPropertyReferenced, processEvent, setOutputPropertyReferenced, storeInputProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nextapp.echo.webcontainer.ComponentSynchronizePeer
getClientComponentType
 

Constructor Detail

AbstractPeer

public AbstractPeer()
Method Detail

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)

Specified by:
init in interface ComponentSynchronizePeer
Overrides:
init in class AbstractComponentSynchronizePeer
See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)

EchoPoint API - 3.0.0b5
App Webcontainer