NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Class ComponentFocusInputProcessor

java.lang.Object
  extended by nextapp.echo.webcontainer.ComponentFocusInputProcessor
All Implemented Interfaces:
ClientMessage.Processor

public class ComponentFocusInputProcessor
extends java.lang.Object
implements ClientMessage.Processor

ClientMessage.Processor which stores the client focus state in the server-side application.


Constructor Summary
ComponentFocusInputProcessor()
           
 
Method Summary
 void process(nextapp.echo.app.util.Context context, org.w3c.dom.Element dirElement)
          Processes a client message directive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFocusInputProcessor

public ComponentFocusInputProcessor()
Method Detail

process

public void process(nextapp.echo.app.util.Context context,
                    org.w3c.dom.Element dirElement)
             throws java.io.IOException
Description copied from interface: ClientMessage.Processor
Processes a client message directive.

Specified by:
process in interface ClientMessage.Processor
Parameters:
context - the relevant Context
dirElement - the <dir> (directive) element
Throws:
java.io.IOException - if the directive contains invalid information
See Also:
ClientMessage.Processor.process(nextapp.echo.app.util.Context, org.w3c.dom.Element)

NextApp Echo3
v3.0.b4