org.apache.myfaces.orchestra.lib.jsf
Interface RequestHandler


public interface RequestHandler

An interface for classes that want to be run at the start and end of each jsf request.

Since:
1.1

Method Summary
 void deinit()
           
 void init(FacesContext facesContext)
           
 

Method Detail

init

void init(FacesContext facesContext)
          throws FacesException
Throws:
FacesException

deinit

void deinit()
            throws FacesException
Throws:
FacesException


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.