Servertec setIsRaw( )
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
_STATUS
_ACCEPTED( )

_STATUS
_BAD_GATEWAY( )

_STATUS
_BAD_REQUEST( )

_STATUS
_CREATED( )

_STATUS
_FORBIDDEN( )

_STATUS
_GATEWAY
_TIMEOUT( )

_STATUS
_INTERNAL
_SERVER_ERROR( )

_STATUS
_MOVED
_PERMANENTLY( )

_STATUS
_MOVED
_TEMPORARILY( )

_STATUS
_NO_CONTENT( )

_STATUS
_NOT_FOUND( )

_STATUS
_NOT
_IMPLEMENTED( )

_STATUS
_NOT_MODIFIED( )

_STATUS
_OK( )

_STATUS
_PARTIAL
_INFORMATION( )

_STATUS_UN
AUTHORIZED( )

cacheContent( )
charset( )
contentEncoding( )
contentLength( )
contentType( )
Cookies( )
encode( )
encodeRedirectURL( )
encodeURL( )
expires( )
flush( )
getCacheContent( )
getCharset( )
getContent
Encoding( )

getContentLength( )
getContentType( )
getExpires( )
getIsBuffered( )
getIsRaw( )
getLastModified( )
getStatus( )
Headers( )
isBuffered( )
isRaw( )
lastModified( )
length( )
log( )
print( )
println( )
redirect( )
reset( )
Response( )
setCacheContent( )
setCharset( )
setContent
Encoding( )

setContentLength( )
setContentType( )
setExpires( )
setIsBuffered( )
setIsRaw( )
setLastModified( )
setStatus( )
status( )
toByteArray( )
toString( )
write( )

Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

Sets whether any output is raw on the specified response object.

Syntax

    setIsRaw( response , boolean )
    response.setIsRaw( boolean )

Parameters

    response the response object to use.
    boolean whether output should be raw.
    true if output should be raw.
    false if output should not be raw.

Returns

    nothing

Notes

    This method is only accessible by ss.

    Normally output is not raw. This value can only be changed before any output. An exception will occur if an attempt is made to change the value after output is made. If raw output is enabled the program is responsible for output of all headers.

Example

    Response( ).setIsRaw( false )
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005