railo.commons.net
Class URLItem

java.lang.Object
  extended by railo.commons.net.URLItem

public final class URLItem
extends Object

Name Value Pair


Constructor Summary
URLItem(String name, String value, boolean urlEncoded)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isUrlEncoded()
           
 void setName(String name)
           
 void setUrlEncoded(boolean urlEncoded)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLItem

public URLItem(String name,
               String value,
               boolean urlEncoded)
Parameters:
name -
value -
isURLEncoded -
Method Detail

isUrlEncoded

public boolean isUrlEncoded()
Returns:
the urlEncoded

setUrlEncoded

public void setUrlEncoded(boolean urlEncoded)
Parameters:
urlEncoded - the urlEncoded to set

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getValue

public String getValue()
Returns:
Returns the value.

setValue

public void setValue(String value)
Parameters:
value - The value to set.


Copyright © 2012 Railo