KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > core > portlet > cms > CMSConstants


1 package org.jboss.portal.core.portlet.cms;
2
3 /**
4  * CMS Portlet Constants
5  *
6  * @author Roy Russo : roy at jboss dot org
7  * Date: Dec 14, 2004
8  * Time: 5:15:03 PM
9  */

10 public class CMSConstants
11 {
12
13    /**
14     * Our path to jsp pages *
15     */

16    static final String JavaDoc CMS_JSP_PATH = "/WEB-INF/jsp/cms";
17
18    /**
19     * Where we can find the default data in the resource bundle.
20     */

21    static final String JavaDoc DEFAULT_PAGES_PATH = "/WEB-INF/jsp/cms/default";
22
23    /**
24     * Where we can find the default images in the resource bundle.
25     */

26    static final String JavaDoc DEFAULT_IMAGES_PATH = "/images/cms";
27 }
28
Popular Tags