org.jboss.shrinkwrap.descriptor.api.facespartialresponse20
Interface PartialResponseRedirectType<T>

All Superinterfaces:
Child<T>

public interface PartialResponseRedirectType<T>
extends Child<T>

This interface defines the contract for the partial-response-redirectType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getUrl()
          Returns the url attribute
 PartialResponseRedirectType<T> removeUrl()
          Removes the url attribute
 PartialResponseRedirectType<T> url(String url)
          Sets the url attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

url

PartialResponseRedirectType<T> url(String url)
Sets the url attribute

Parameters:
url - the value for the attribute url
Returns:
the current instance of PartialResponseRedirectType

getUrl

String getUrl()
Returns the url attribute

Returns:
the value defined for the attribute url

removeUrl

PartialResponseRedirectType<T> removeUrl()
Removes the url attribute

Returns:
the current instance of PartialResponseRedirectType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.