com.ibm.xsp.page
Interface FacesPageDriver


public interface FacesPageDriver

Classes which implment this interface are used as the main entry point for the page translation process, meaning getting from a page name to a tree of controls. An implementation can be used to create a FacesPageDispatcher for either an faces page or a composite component based on a logical name.


Field Summary
static java.lang.String FACES_EXTSN
           
 
Method Summary
 FacesPageDispatcher loadPage(javax.faces.context.FacesContext context, java.lang.String pageName)
          Create a FacesPageDispatcher for the faces page with the specified logical name
 

Field Detail

FACES_EXTSN

static final java.lang.String FACES_EXTSN
See Also:
Constant Field Values
Method Detail

loadPage

FacesPageDispatcher loadPage(javax.faces.context.FacesContext context,
                             java.lang.String pageName)
                             throws FacesPageException
Create a FacesPageDispatcher for the faces page with the specified logical name

Parameters:
context - FacesContext for the request we are processing
pageName - Logical name of the faces pages to be loaded
Returns:
Throws:
FacesPageException