org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.web
Interface Taglib

All Superinterfaces:
CommonDDBean

public interface Taglib
extends CommonDDBean

Generated interface for Taglib element.

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


Method Summary
 String getTaglibLocation()
          Getter for talib-location property.
 String getTaglibUri()
          Getter for taglib-uri property.
 void setTaglibLocation(String value)
          Setter for talib-location property.
 void setTaglibUri(String value)
          Setter for taglib-uri property.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Method Detail

setTaglibUri

void setTaglibUri(String value)
Setter for taglib-uri property.

Parameters:
value - property value

getTaglibUri

String getTaglibUri()
Getter for taglib-uri property.

Returns:
property value

setTaglibLocation

void setTaglibLocation(String value)
Setter for talib-location property.

Parameters:
value - property value

getTaglibLocation

String getTaglibLocation()
Getter for talib-location property.

Returns:
property value

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.