ariba.ui.aribaweb.core
Interface AWResponse

All Superinterfaces:
AWResponseGenerating
All Known Implementing Classes:
AWBaseResponse, AWServletResponse, AWStreamingServletResponse, AWWriterResponse

public interface AWResponse
extends AWResponseGenerating


Nested Class Summary
static class AWResponse.StatusCodes
           
 
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating
AWResponseGenerating.ResponseSubstitution
 
Method Summary
 byte[] _debugGetSemanticKeyMapping()
           
 java.util.Map _debugHeaders()
           
 void _debugSetRecordPlaybackParameters(AWRecordingManager recordingMgr, boolean appendSemanticKeys)
           
 void _debugSetSemanticKeyMapping(byte[] bytes)
           
 void addCookie(AWCookie cookie)
           
 void appendContent(AWEncodedString encodedString)
           
 void appendContent(char contentChar)
           
 void appendContent(java.lang.String contentString)
           
 boolean browserCachingEnabled()
           
 AWCharacterEncoding characterEncoding()
           
 byte[] content()
           
 java.lang.String contentString()
           
 AWContentType contentType()
           
 AWCookie createCookie(java.lang.String cookieName, java.lang.String cookieValue)
           
 void disableClientCaching()
           
 java.util.Map elementIdToSemanticKeyTable()
           
 void init()
           
 void init(AWCharacterEncoding characterEncoding)
           
 java.util.Map semanticKeyToElementIdTable()
           
 void setBrowserCachingEnabled(boolean flag)
           
 void setCharacterEncoding(AWCharacterEncoding characterEncoding)
           
 void setContent(byte[] bytes)
           
 void setContentFromFile(java.lang.String filePath)
           
 void setContentType(AWContentType contentType)
           
 void setHeaderForKey(java.lang.String headerValue, java.lang.String headerKey)
           
 void setHeadersForKey(java.lang.String[] headerValues, java.lang.String headerKey)
           
 void setStatus(int statusCode)
           
 
Methods inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating
generateResponse, generateStringContents
 

Method Detail

init

void init(AWCharacterEncoding characterEncoding)

init

void init()

appendContent

void appendContent(AWEncodedString encodedString)

appendContent

void appendContent(java.lang.String contentString)

appendContent

void appendContent(char contentChar)

setContent

void setContent(byte[] bytes)

setContentFromFile

void setContentFromFile(java.lang.String filePath)

contentString

java.lang.String contentString()

content

byte[] content()

setHeaderForKey

void setHeaderForKey(java.lang.String headerValue,
                     java.lang.String headerKey)

setHeadersForKey

void setHeadersForKey(java.lang.String[] headerValues,
                      java.lang.String headerKey)

setContentType

void setContentType(AWContentType contentType)

contentType

AWContentType contentType()

setStatus

void setStatus(int statusCode)

setBrowserCachingEnabled

void setBrowserCachingEnabled(boolean flag)

browserCachingEnabled

boolean browserCachingEnabled()

setCharacterEncoding

void setCharacterEncoding(AWCharacterEncoding characterEncoding)

characterEncoding

AWCharacterEncoding characterEncoding()

disableClientCaching

void disableClientCaching()

createCookie

AWCookie createCookie(java.lang.String cookieName,
                      java.lang.String cookieValue)

addCookie

void addCookie(AWCookie cookie)

elementIdToSemanticKeyTable

java.util.Map elementIdToSemanticKeyTable()

semanticKeyToElementIdTable

java.util.Map semanticKeyToElementIdTable()

_debugSetSemanticKeyMapping

void _debugSetSemanticKeyMapping(byte[] bytes)

_debugGetSemanticKeyMapping

byte[] _debugGetSemanticKeyMapping()

_debugHeaders

java.util.Map _debugHeaders()

_debugSetRecordPlaybackParameters

void _debugSetRecordPlaybackParameters(AWRecordingManager recordingMgr,
                                       boolean appendSemanticKeys)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.