com.sun.j2ee.blueprints.ui.autocomplete
Class AutoCompletePhaseListener

java.lang.Object
  extended bycom.sun.j2ee.blueprints.ui.autocomplete.AutoCompletePhaseListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.PhaseListener, java.io.Serializable

public class AutoCompletePhaseListener
extends java.lang.Object
implements javax.faces.event.PhaseListener

Phase listener which handles two types of requests:

  1. Responds to requests for the JavaScript file referenced by the rendered textfield component markup
  2. Responds to autocompletion requests

See Also:
Serialized Form

Constructor Summary
AutoCompletePhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCompletePhaseListener

public AutoCompletePhaseListener()
Method Detail

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent event)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent event)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener