ariba.ui.aribaweb.core
Class AWBaseResponse
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWBaseResponse
- All Implemented Interfaces:
- AWResponse, AWResponseGenerating, AWObject
- Direct Known Subclasses:
- AWServletResponse, AWWriterResponse
public abstract class AWBaseResponse
- extends AWBaseObject
- implements AWResponse
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
ResponseSizeCounter
public static PerformanceStateCounter ResponseSizeCounter
PageGenerationSizeCounter
public static PerformanceStateCounter PageGenerationSizeCounter
AWBaseResponse
public AWBaseResponse()
init
public void init(AWCharacterEncoding characterEncoding)
- Specified by:
init in interface AWResponse
currentRegionIsScope
public boolean currentRegionIsScope()
hasRootBufferChanged
public boolean hasRootBufferChanged(AWBaseResponse previousReponse)
hasNoChangeBufferChanged
public boolean hasNoChangeBufferChanged(AWBaseResponse previousReponse)
init
public void init()
- Specified by:
init in interface AWResponse- Specified by:
init in interface AWObject- Overrides:
init in class AWBaseObject
setContentType
public void setContentType(AWContentType contentType)
- Specified by:
setContentType in interface AWResponse
contentType
public AWContentType contentType()
- Specified by:
contentType in interface AWResponse
setContentFromStream
public void setContentFromStream(InputStream stream)
contentLength
public int contentLength()
setCharacterEncoding
public void setCharacterEncoding(AWCharacterEncoding characterEncoding)
- Specified by:
setCharacterEncoding in interface AWResponse
characterEncoding
public AWCharacterEncoding characterEncoding()
- Specified by:
characterEncoding in interface AWResponse
appendContent
public void appendContent(AWEncodedString encodedString)
- Specified by:
appendContent in interface AWResponse
appendContent
public void appendContent(String contentString)
- Specified by:
appendContent in interface AWResponse
appendContent
public void appendContent(AWBaseResponse response)
appendContent
public void appendContent(char contentChar)
- Specified by:
appendContent in interface AWResponse
flushSizeStat
public void flushSizeStat()
writeContent
public void writeContent(OutputStream outputStream)
writeFullContent
public void writeFullContent(OutputStream outputStream)
contentString
public String contentString()
- Specified by:
contentString in interface AWResponse
content
public byte[] content()
- Specified by:
content in interface AWResponse
generateResponse
public AWResponse generateResponse()
- Specified by:
generateResponse in interface AWResponseGenerating
generateStringContents
public String generateStringContents()
- Specified by:
generateStringContents in interface AWResponseGenerating
setBrowserCachingEnabled
public void setBrowserCachingEnabled(boolean flag)
- Specified by:
setBrowserCachingEnabled in interface AWResponse
browserCachingEnabled
public boolean browserCachingEnabled()
- Specified by:
browserCachingEnabled in interface AWResponse
addCookie
public void addCookie(AWCookie cookie)
- Specified by:
addCookie in interface AWResponse
isContentGeneration
public boolean isContentGeneration()
- Set to indicate a response that does not need to be cached in the
requestHistory. This is useful for responses that are primarily download
type responses.
setIsContentGeneration
public void setIsContentGeneration(boolean b)
_debugIsStreamingResponse
public boolean _debugIsStreamingResponse()
isDeferred
public boolean isDeferred()
setDeferred
public void setDeferred(boolean flag)
hasIncrementalChange
public boolean hasIncrementalChange()
elementIdToSemanticKeyTable
public Map elementIdToSemanticKeyTable()
- Specified by:
elementIdToSemanticKeyTable in interface AWResponse
semanticKeyToElementIdTable
public Map semanticKeyToElementIdTable()
- Specified by:
semanticKeyToElementIdTable in interface AWResponse
_debugHeaders
public Map _debugHeaders()
- Specified by:
_debugHeaders in interface AWResponse
_debugSetRecordPlaybackParameters
public void _debugSetRecordPlaybackParameters(AWRecordingManager recordingMgr,
boolean appendSemanticKeys)
- Specified by:
_debugSetRecordPlaybackParameters in interface AWResponse
_debugSetSemanticKeyMapping
public void _debugSetSemanticKeyMapping(byte[] bytes)
- Specified by:
_debugSetSemanticKeyMapping in interface AWResponse
_debugGetSemanticKeyMapping
public byte[] _debugGetSemanticKeyMapping()
- Specified by:
_debugGetSemanticKeyMapping in interface AWResponse
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.