Uses of Class
org.apache.shale.tiger.register.FacesPhaseListener.PhaseId

Packages that use FacesPhaseListener.PhaseId
org.apache.shale.tiger.register This package contains Java SE 5 annotations that allow you to register several types of JavaServer Faces artifacts (components, converters, phase listeners, renderers, and validators) without having to define them in a configuration resource. 
 

Uses of FacesPhaseListener.PhaseId in org.apache.shale.tiger.register
 

Methods in org.apache.shale.tiger.register that return FacesPhaseListener.PhaseId
static FacesPhaseListener.PhaseId FacesPhaseListener.PhaseId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacesPhaseListener.PhaseId[] FacesPhaseListener.PhaseId.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.