Uses of Class
org.apache.cocoon.forms.event.ProcessingPhase

Packages that use ProcessingPhase
org.apache.cocoon.forms.event   
 

Uses of ProcessingPhase in org.apache.cocoon.forms.event
 

Fields in org.apache.cocoon.forms.event declared as ProcessingPhase
static ProcessingPhase ProcessingPhase.PROCESSING_INITIALIZE
           
static ProcessingPhase ProcessingPhase.LOAD_MODEL
           
static ProcessingPhase ProcessingPhase.READ_FROM_REQUEST
           
static ProcessingPhase ProcessingPhase.VALIDATE
           
static ProcessingPhase ProcessingPhase.SAVE_MODEL
           
 

Methods in org.apache.cocoon.forms.event that return ProcessingPhase
static ProcessingPhase ProcessingPhase.getEnum(String name)
           
static ProcessingPhase ProcessingPhase.getEnum(int value)
           
 ProcessingPhase ProcessingPhaseEvent.getPhase()
           
 

Constructors in org.apache.cocoon.forms.event with parameters of type ProcessingPhase
ProcessingPhaseEvent(Form form, ProcessingPhase phase)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.