NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Interface AbstractCommandSynchronizePeer.PropertyPeer

Enclosing class:
AbstractCommandSynchronizePeer

public static interface AbstractCommandSynchronizePeer.PropertyPeer

A peer for rendering a non-indexed property of a Command.


Method Summary
 java.lang.Object getProperty(nextapp.echo.app.util.Context context, nextapp.echo.app.Command command)
          Returns the property value.
 

Method Detail

getProperty

java.lang.Object getProperty(nextapp.echo.app.util.Context context,
                             nextapp.echo.app.Command command)
Returns the property value.

Parameters:
context - the relevant Context
command - the Command being rendered

NextApp Echo3
v3.0.b4