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(javax.faces.context.FacesContext facesContext)
|
init
void init(javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
- Throws:
javax.faces.FacesException
deinit
void deinit()
throws javax.faces.FacesException
- Throws:
javax.faces.FacesException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.