com.sun.facelets
Class FaceletFactory

java.lang.Object
  extended by com.sun.facelets.FaceletFactory
Direct Known Subclasses:
DefaultFaceletFactory

public abstract class FaceletFactory
extends Object

FaceletFactory for producing Facelets relative to the context of the underlying implementation.

Version:
$Id: FaceletFactory.java,v 1.3 2005/11/30 23:36:39 jhook Exp $
Author:
Jacob Hookom

Constructor Summary
FaceletFactory()
           
 
Method Summary
abstract  Facelet getFacelet(String uri)
          Return a Facelet instance as specified by the file at the passed URI.
static FaceletFactory getInstance()
          Get the static instance
static void setInstance(FaceletFactory factory)
          Set the static instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletFactory

public FaceletFactory()
Method Detail

getFacelet

public abstract Facelet getFacelet(String uri)
                            throws IOException,
                                   FaceletException,
                                   FacesException,
                                   javax.el.ELException
Return a Facelet instance as specified by the file at the passed URI.

Parameters:
uri -
Returns:
Throws:
IOException
FaceletException
FacesException
javax.el.ELException

setInstance

public static final void setInstance(FaceletFactory factory)
Set the static instance

Parameters:
factory -

getInstance

public static final FaceletFactory getInstance()
Get the static instance

Returns:


Copyright © 2005 All Rights Reserved.