<dataScope xmlns="http://xmlns.oracle.com/uix/ui"
           xmlns:uix="http://xmlns.oracle.com/uix/ui">
    <contents>
        <stackLayout>
            <contents>
                
                <hideShowHeader uix:text="hshResponseHeadersText@cacheData"
                                id="hshResponseHeaders"
                                size="1"
                                uix:disclosed="hshResponseHeaders@cacheData"
                                partialRenderMode="self">
                    <contents>
                        <table width="100%"
                                uix:tableData="headers@cacheData">
                            <columnHeaderData>
                                <col text="Header Name"/>
                                <col text="Header Value"/>
                            </columnHeaderData>
                            <columnHeaderStamp>
                                <text uix:text="text"/>
                            </columnHeaderStamp>
                            <contents>
                                <text uix:text="HEADER_NAME"/>
                                <text uix:text="HEADER_VALUE"/>
                            </contents>
                        </table>
                    </contents>
                </hideShowHeader>
                
                <spacer height="10" />
                
                <hideShowHeader uix:text="hshResponseStreamText@cacheData"
                                id="hshResponseStream"
                                size="1"
                                uix:disclosed="hshResponseStream@cacheData"
                                partialRenderMode="self">
                    <contents>
                        <switcher uix:childName="type@cacheData">
                            <case name="CHARACTER">
                                <stackLayout>
                                    <contents>
                                        <messageTextInput name="stream"
                                                rows="10"
                                                uix:text="char_content@cacheData"
                                                styleClass="OraBGAccentLight"
                                                columns="80"/>
                                        <spacer height="10"/>
                                        <flowLayout>
                                            <contents>
                                                <submitButton text="Save"
                                                        name="event"
                                                        value="save"
                                                        formName="urlCacheUploadForm" />
                                                <button text="Clear"
                                                        onClick="clearTextBox();"/>
                                            </contents>
                                        </flowLayout>
                                    </contents>
                                </stackLayout>
                            </case>
                            <case name="BINARY">
                                <stackLayout>
                                    <contents>
                                        <styledText text="Binary Stream SIze:432765123Bytes"/>
                                        <spacer width="10" height="10"/>
                                        <flowLayout>
                                            <contents>
                                                <button text="Upload"/>
                                                <button text="Download"/>
                                            </contents>
                                        </flowLayout>
                                    </contents>
                                </stackLayout>
                            </case>
                        </switcher>
                    </contents>
                </hideShowHeader>
        
            </contents>
        </stackLayout>
    </contents>
</dataScope>