View Javadoc

1   package org.appfuse.webapp;
2   
3   /**
4    * AppFuse Symbols
5    *
6    * @author Serge Eby
7    * @version $Id$
8    */
9   public class AppFuseSymbolConstants {
10  
11  
12      public static final String SECURITY_URL = "security.url";
13  
14  
15      public static final String CSS_SKIN_ROOT = "skin.root";
16  
17      public static final String APP_URL = "app.url";
18  
19      public static final String BOOTSTRAP_STACK = "bootstrap.stack";
20  }