KickJava   Java API By Example, From Geeks To Geeks.

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


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 java.util.ResourceBundle JavaDoc;
8 import javax.portlet.PortletConfig ;
9 /**
10  * Created by The eXo Platform SARL .
11  * Author : Tuan Nguyen
12  * tuan08@users.sourceforge.net
13  * Created on Apr 7, 2004
14  */

15 public interface PortletExternalContext {
16     public PortletConfig getConfig() ;
17     public ResourceBundle JavaDoc getApplicationResourceBundle() ;
18 }
Popular Tags