Skip to main content
summaryrefslogblamecommitdiffstats
blob: 8cd990724466de13e2d24683e5c428d095b756c5 (plain) (tree)






















                                                                                                                     
/*******************************************************************************
 * Copyright (c) 2006 Oracle Corporation.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *    Gerry Kessler/Oracle - initial API and implementation
 *    
 ********************************************************************************/

/**
 * This package is used to provide types for tag attribute values so that the 
 * org.eclipse.jst.jsf.core.metadataprocessors.features can be applied.  
 * 
 * A type is added using the org.eclipse.jst.jsf.core.AttributeValueRuntimeTypes extension point.
 * These types are referenced using the design-time metadata framework in org.eclipse.jst.jsf.common
 * The org.eclipse.jst.jsf.metadataprocessors.features provides the interesting tooling services based upon the type.
 * 
 * <p><b>Provisional API - subject to change</b></p>
 */
package org.eclipse.jst.jsf.taglibprocessing.attributevalues;

Back to the top