railo.runtime.tag
Class HttpParamBean

java.lang.Object
  extended by railo.runtime.tag.HttpParamBean

public final class HttpParamBean
extends Object


Constructor Summary
HttpParamBean()
           
 
Method Summary
 Resource getFile()
           
 String getMimeType()
          Returns the value of mimeType.
 String getName()
           
 String getType()
           
 Object getValue()
           
 String getValueAsString()
           
 boolean isEncoded()
          Returns the value of encoded.
 void setEncoded(boolean encoded)
          sets the encoded value.
 void setFile(Resource file)
          set the value file Required for type = "File".
 void setMimeType(String mimeType)
          sets the mimeType value.
 void setName(String name)
          set the value name A variable name for the data being passed.
 void setType(String type)
          set the value type The transaction type.
 void setValue(Object value)
          set the value value Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpParamBean

public HttpParamBean()
Method Detail

setValue

public void setValue(Object value)
set the value value Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed.

Parameters:
value - value to set

setType

public void setType(String type)
set the value type The transaction type.

Parameters:
type - value to set

setFile

public void setFile(Resource file)
set the value file Required for type = "File".

Parameters:
file - value to set

setName

public void setName(String name)
set the value name A variable name for the data being passed.

Parameters:
name - value to set

getFile

public Resource getFile()
Returns:
Returns the file.

getName

public String getName()
Returns:
Returns the name.

getType

public String getType()
Returns:
Returns the type.

getValueAsString

public String getValueAsString()
                        throws PageException
Returns:
Returns the value.
Throws:
PageException

getValue

public Object getValue()
Returns:
Returns the value.

isEncoded

public boolean isEncoded()
Returns the value of encoded.

Returns:
value encoded

setEncoded

public void setEncoded(boolean encoded)
sets the encoded value.

Parameters:
encoded - The encoded to set.

getMimeType

public String getMimeType()
Returns the value of mimeType.

Returns:
value mimeType

setMimeType

public void setMimeType(String mimeType)
sets the mimeType value.

Parameters:
mimeType - The mimeType to set.


Copyright © 2012 Railo