dlestrat 2004/03/06 10:32:29 Added: components/prefs/src/java/org/apache/jetspeed/prefs PreferencesComponent.java Log: Pico prefs components. Revision Changes Path 1.1 jakarta-jetspeed-2/components/prefs/src/java/org/apache/jetspeed/prefs/PreferencesComponent.java Index: PreferencesComponent.java =================================================================== /* Copyright 2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.jetspeed.prefs; import org.apache.jetspeed.components.persistence.store.PersistenceStoreContainer; /** * <p>Utility component used to pass the [EMAIL PROTECTED] PersistenceStoreContainer} and * store name to the [EMAIL PROTECTED] Preferences} SPI implementation.</p> * * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a> */ public interface PreferencesComponent { /** * <p>Getter for the [EMAIL PROTECTED] PersistenceStoreContainer}.</p> * @return The PersistenceStoreContainer. */ PersistenceStoreContainer getStoreContainer(); /** * <p>Setter for the store key name.</p> * @return The store key name. */ String getStoreKeyName(); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]