echoxul.view.impl
Class ModelViewContextStub

java.lang.Object
  extended byechoxul.view.impl.ViewContextStub
      extended byechoxul.view.impl.ModelViewContextStub
All Implemented Interfaces:
java.io.Serializable

public class ModelViewContextStub
extends ViewContextStub

This class extends ViewContextStub with proper support for model contexts. This essentially means that it tracks the "insertion point" component.

Author:
Terry Laurenzo
See Also:
Serialized Form

Constructor Summary
ModelViewContextStub()
           
ModelViewContextStub(int staticReferenceKey, nextapp.echo.Component insertionPoint)
           
 
Method Summary
 nextapp.echo.Component getInsertionPoint()
           
 
Methods inherited from class echoxul.view.impl.ViewContextStub
instantiate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelViewContextStub

public ModelViewContextStub()

ModelViewContextStub

public ModelViewContextStub(int staticReferenceKey,
                            nextapp.echo.Component insertionPoint)
Parameters:
staticReferenceKey -
Method Detail

getInsertionPoint

public nextapp.echo.Component getInsertionPoint()


Copyright © 2004 Terry Laurenzo. All Rights Reserved.