alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

/*
 *                 Sun Public License Notice
 * 
 * The contents of this file are subject to the Sun Public License
 * Version 1.0 (the "License"). You may not use this file except in
 * compliance with the License. A copy of the License is available at
 * http://www.sun.com/
 * 
 * The Original Code is NetBeans. The Initial Developer of the Original
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2003 Sun
 * Microsystems, Inc. All Rights Reserved.
 */

package org.netbeans.api.web.dd;
import org.netbeans.api.web.dd.common.*;
/**
 * Generated interface for JspPropertyGroup element.
 *
 *

Important note: Do not provide an implementation of this interface unless you are a DD API provider! *

*/ public interface JspPropertyGroup extends CommonDDBean, ComponentInterface { /** Setter for url-pattern property. * @param index position in the array of url-patterns * @param value property value */ public void setUrlPattern(int index, java.lang.String value); /** Getter for url-pattern property. * @param index position in the array of url-patterns * @return property value */ public java.lang.String getUrlPattern(int index); /** Setter for url-pattern property. * @param index position in the array of url-patterns * @param value array of url-pattern properties */ public void setUrlPattern(java.lang.String[] value); /** Getter for url-pattern property. * @return array of url-pattern properties */ public java.lang.String[] getUrlPattern(); /** Returns number of url-pattern properties. * @return number of url-pattern properties */ public int sizeUrlPattern(); /** Adds url-pattern property. * @param value url-pattern property * @return index of new url-pattern */ public int addUrlPattern(java.lang.String value); /** Removes url-pattern property. * @param value url-pattern property * @return index of the removed url-pattern */ public int removeUrlPattern(java.lang.String value); /** Setter for el-ignored property. * @param value property value */ public void setElIgnored(boolean value); /** Getter for el-ignored property. * @return property value */ public boolean isElIgnored(); /** Setter for page-encoding property. * @param value property value */ public void setPageEncoding(java.lang.String value); /** Getter for page-encoding property. * @return property value */ public java.lang.String getPageEncoding(); /** Setter for scripting-invalid property. * @param value property value */ public void setScriptingInvalid(boolean value); /** Getter for scripting-invalid property. * @return property value */ public boolean isScriptingInvalid(); /** Setter for is-xml property. * @param value property value */ public void setIsXml(boolean value); /** Getter for is-xml property. * @return property value */ public boolean isIsXml(); /** Setter for include-prelude property. * @param index position in the array of include-preludes * @param value property value */ public void setIncludePrelude(int index, java.lang.String value); /** Getter for include-prelude property. * @param index position in the array of include-preludes * @return property value */ public java.lang.String getIncludePrelude(int index); /** Setter for include-prelude property. * @param index position in the array of include-preludes * @param value array of include-prelude properties */ public void setIncludePrelude(java.lang.String[] value); /** Getter for include-prelude property. * @return array of include-prelude properties */ public java.lang.String[] getIncludePrelude(); /** Returns number of include-prelude properties. * @return number of include-prelude properties */ public int sizeIncludePrelude(); /** Adds include-prelude property. * @param value include-prelude property * @return index of new include-prelude */ public int addIncludePrelude(java.lang.String value); /** Removes include-prelude property. * @param value include-prelude property * @return index of the removed include-prelude */ public int removeIncludePrelude(java.lang.String value); /** Setter for include-coda property. * @param index position in the array of include-codas * @param value property value */ public void setIncludeCoda(int index, java.lang.String value); /** Getter for include-coda property. * @param index position in the array of include-codas * @return property value */ public java.lang.String getIncludeCoda(int index); /** Setter for include-coda property. * @param index position in the array of include-codas * @param value array of include-coda properties */ public void setIncludeCoda(java.lang.String[] value); /** Getter for include-coda property. * @return array of include-coda properties */ public java.lang.String[] getIncludeCoda(); /** Returns number of include-coda properties. * @return number of include-coda properties */ public int sizeIncludeCoda(); /** Adds include-coda property. * @param value include-coda property * @return index of new include-coda */ public int addIncludeCoda(java.lang.String value); /** Removes include-coda property. * @param value include-coda property * @return index of the removed include-coda */ public int removeIncludeCoda(java.lang.String value); }
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.