View Javadoc

1   /*
2    * Copyright 2000 - 2010 Ivan Khalopik. All Rights Reserved.
3    */
4   
5   package org.greatage.tapestry;
6   
7   /**
8    * @author Ivan Khalopik
9    */
10  public abstract class CommonSymbols {
11  	public static final String THEME = "common.theme";
12  	public static final String THEME_PATH = "common.theme.path";
13  }