echopoint.internal
Class AbstractPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
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
|
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 |
AbstractPeer
public AbstractPeer()
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)