DocsRoxen2.1Programmer ManualJava
   

  • Frame
  • HTTP
  • RoxenLib
  • Module
  • AbstractLocationModule
  • RoxenConfiguration
  • RoxenRequest
  • RoxenResponse
  • RoxenFileResponse
  • RoxenStringResponse
  • RoxenRXMLResponse
  • ExperimentalModule
  • FileExtensionModule
  • LocationModule
  • ParserModule
  • ProviderModule
  • SecurityModule
  • SimpleTagCaller
  • UniqueModule
  • RoxenResponse

    : Class RoxenResponse

    com.roxen.roxen
    Class RoxenResponse


    java.lang.Object
      |
      +--com.roxen.roxen.RoxenResponse
    Direct Known Subclasses:
    RoxenFileResponse, RoxenStringResponse
    public abstract class RoxenResponse
    extends java.lang.Object

    The base class for response objects. Use the methods in the HTTP class to create response objects.

    See Also:
    RoxenLib

    Method Summary
     void addHTTPHeader(java.lang.String name, java.lang.String value)
              Add a specific HTTP header to the response
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Method Detail

    addHTTPHeader


    public void addHTTPHeader(java.lang.String name,
                              java.lang.String value)
    Add a specific HTTP header to the response
    Parameters:
    name - the name of the header
    value - the value of the header