KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > faces > context > PortletFacesContext


1 /***************************************************************************
2  * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *
3  * Please look at license.txt in info directory for more license detail. *
4  **************************************************************************/

5 package org.exoplatform.faces.context;
6
7 import javax.faces.context.FacesContext ;
8
9 /**
10  * Apr 26, 2004
11  * @author: Tuan Nguyen
12  * @email: tuan08@users.sourceforge.net
13  * @version: $Id: PortletFacesContext.java,v 1.1 2004/07/31 14:48:51 tuan08 Exp $
14  **/

15 public interface PortletFacesContext {
16     public FacesContext getPortalFacesContext() ;
17   public void destroy() ;
18 }
19
Popular Tags