com.dynamide
Class HandlerResult

java.lang.Object
  extended by com.dynamide.HandlerResult

public class HandlerResult
extends java.lang.Object


Field Summary
 boolean binary
           
 byte[] binaryResult
           
 boolean done
           
 int expires
           
 java.lang.String mimeType
           
 boolean notModified
           
 boolean prettyPrint
           
 java.lang.String redirectURL
           
 java.lang.String result
           
 
Constructor Summary
HandlerResult(byte[] result, int expires, boolean prettyPrint, java.lang.String mimeType)
           
HandlerResult(java.lang.String result)
           
HandlerResult(java.lang.String result, boolean prettyPrint)
           
HandlerResult(java.lang.String result, int expires, boolean prettyPrint)
           
HandlerResult(java.lang.String result, int expires, boolean prettyPrint, java.lang.String mimeType)
           
 
Method Summary
 java.lang.String dump()
           
 boolean getBinary()
           
 boolean getDone()
           
 java.lang.String getErrorMessage()
           
 int getexpires()
           
 java.lang.String getMimeType()
           
 boolean getNotModified()
           
 boolean getPrettyPrint()
           
 java.lang.String getRedirectURL()
           
 int getResponseCode()
           
 java.lang.String getResult()
           
 java.lang.String prettyPrintHTML()
           
 void setBinary(boolean new_value)
           
 void setDone(boolean new_value)
           
 void setErrorMessage(java.lang.String new_value)
           
 void setexpires(int new_value)
           
 void setMimeType(java.lang.String new_value)
           
 void setNotModified(boolean new_value)
           
 void setPrettyPrint(boolean new_value)
           
 void setRedirectURL(java.lang.String new_value)
           
 void setResponseCode(int new_value)
           
 void setResult(java.lang.String new_value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public java.lang.String result

binaryResult

public byte[] binaryResult

prettyPrint

public boolean prettyPrint

binary

public boolean binary

mimeType

public java.lang.String mimeType

notModified

public boolean notModified

expires

public int expires

redirectURL

public java.lang.String redirectURL

done

public boolean done
Constructor Detail

HandlerResult

public HandlerResult(java.lang.String result)

HandlerResult

public HandlerResult(java.lang.String result,
                     boolean prettyPrint)

HandlerResult

public HandlerResult(java.lang.String result,
                     int expires,
                     boolean prettyPrint)

HandlerResult

public HandlerResult(java.lang.String result,
                     int expires,
                     boolean prettyPrint,
                     java.lang.String mimeType)

HandlerResult

public HandlerResult(byte[] result,
                     int expires,
                     boolean prettyPrint,
                     java.lang.String mimeType)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

dump

public java.lang.String dump()

getResult

public java.lang.String getResult()

setResult

public void setResult(java.lang.String new_value)

getPrettyPrint

public boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(boolean new_value)

getBinary

public boolean getBinary()

setBinary

public void setBinary(boolean new_value)

getMimeType

public java.lang.String getMimeType()

setMimeType

public void setMimeType(java.lang.String new_value)

getNotModified

public boolean getNotModified()

setNotModified

public void setNotModified(boolean new_value)

getexpires

public int getexpires()

setexpires

public void setexpires(int new_value)

getRedirectURL

public java.lang.String getRedirectURL()

setRedirectURL

public void setRedirectURL(java.lang.String new_value)

getDone

public boolean getDone()

setDone

public void setDone(boolean new_value)

getResponseCode

public int getResponseCode()

setResponseCode

public void setResponseCode(int new_value)

getErrorMessage

public java.lang.String getErrorMessage()

setErrorMessage

public void setErrorMessage(java.lang.String new_value)

prettyPrintHTML

public java.lang.String prettyPrintHTML()
                                 throws XMLFormatException
Throws:
XMLFormatException


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.