01: /*
02: * Copyright 2001 Sun Microsystems, Inc. All rights reserved.
03: * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
04: */
05: package com.sun.portal.desktop.context;
06:
07: public interface PSContextConstants {
08: public static final String SC_CONFIG_CONTEXT_CLASSNAME = "desktop.configContextClassName";
09: public static final String SC_APP_CONTEXT_CLASSNAME = "desktop.appContextClassName";
10: public static final String SC_CONTEXT_FACTORY_CLASSNAME = "desktop.contextFactoryClassName";
11: }
|