1 18 19 package org.apache.struts.taglib.tiles; 20 21 import org.apache.struts.Globals; 22 23 26 public interface ComponentConstants { 27 28 29 public static final String COMPONENT_CONTEXT = "org.apache.struts.taglib.tiles.CompContext"; 30 31 public static final int COMPONENT_SCOPE = 8; 32 public static final String LOCALE_KEY = Globals.LOCALE_KEY; 33 public static final String EXCEPTION_KEY = Globals.EXCEPTION_KEY; 34 35 } 36 | Popular Tags |