ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.jsp22
Interface TaglibType<T>

All Superinterfaces:
Child<T>

public interface TaglibType<T>
extends Child<T>

This interface defines the contract for the taglibType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getTaglibLocation()
          Returns the taglib-location element
 String getTaglibUri()
          Returns the taglib-uri element
 TaglibType<T> removeTaglibLocation()
          Removes the taglib-location element
 TaglibType<T> removeTaglibUri()
          Removes the taglib-uri element
 TaglibType<T> taglibLocation(String taglibLocation)
          Sets the taglib-location element
 TaglibType<T> taglibUri(String taglibUri)
          Sets the taglib-uri element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

taglibUri

TaglibType<T> taglibUri(String taglibUri)
Sets the taglib-uri element

Parameters:
taglibUri - the value for the element taglib-uri
Returns:
the current instance of TaglibType

getTaglibUri

String getTaglibUri()
Returns the taglib-uri element

Returns:
the node defined for the element taglib-uri

removeTaglibUri

TaglibType<T> removeTaglibUri()
Removes the taglib-uri element

Returns:
the current instance of TaglibType

taglibLocation

TaglibType<T> taglibLocation(String taglibLocation)
Sets the taglib-location element

Parameters:
taglibLocation - the value for the element taglib-location
Returns:
the current instance of TaglibType

getTaglibLocation

String getTaglibLocation()
Returns the taglib-location element

Returns:
the node defined for the element taglib-location

removeTaglibLocation

TaglibType<T> removeTaglibLocation()
Removes the taglib-location element

Returns:
the current instance of TaglibType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.