com.orchestranetworks.ui
Class UITableFilterResponseContext

java.lang.Object
  extended bycom.orchestranetworks.ui.UITableFilterResponseContext

public class UITableFilterResponseContext
extends Object

Encapsulates the HTTP request so as to display a table filter.


Method Summary
 UITableFilterResponseContext add_cr(String aString)
          Writes a String to the HTTP output stream and adds a carriage return to the HTML source at the end.
 UITableFilterResponseContext add(int integer)
          This writes an int to the HTTP output stream.
 UITableFilterResponseContext add(String aString)
          Writes a string to the HTTP output stream.
 HttpServletRequest getHttpRequest()
          Returns the HTTP request that has triggered the current response.
 SchemaNode getNode()
          Returns the node to which the component is attached, as specified in the XML Schema document.
 UIRenderingMode getRenderingMode()
          Returns the current rendering mode, edit or print.
 Session getSession()
          Returns the current session context.
 AdaptationTable getTable()
          Returns the current table.
 AdaptationFilter getTableFilter()
          Returns the filter currently set on the table, null if no filter has been set.
 Object getValue(Path aPath)
          Returns the value at the path specified.
 ValueContext getValueContext()
          Returns the value context of the current node.
 ValueContext getValueContext(Path aPath)
          Returns the validation context of the node specified.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public UITableFilterResponseContext add(int integer)
This writes an int to the HTTP output stream.


add

public UITableFilterResponseContext add(String aString)
Writes a string to the HTTP output stream.


add_cr

public UITableFilterResponseContext add_cr(String aString)
Writes a String to the HTTP output stream and adds a carriage return to the HTML source at the end. It *does not* do any flush or any Carriage return to the HTML view.


getHttpRequest

public HttpServletRequest getHttpRequest()
Returns the HTTP request that has triggered the current response.


getSession

public Session getSession()
Returns the current session context.


getNode

public SchemaNode getNode()
Returns the node to which the component is attached, as specified in the XML Schema document.

See Also:
ValueContext.getNode()

getTable

public AdaptationTable getTable()
Returns the current table.


getTableFilter

public AdaptationFilter getTableFilter()
Returns the filter currently set on the table, null if no filter has been set.


getRenderingMode

public UIRenderingMode getRenderingMode()
Returns the current rendering mode, edit or print.


getValue

public Object getValue(Path aPath)
Returns the value at the path specified.

Parameters:
aPath - location of the target relatively to the current node (for maximizing reusability, it is advised to use a relative path)

getValueContext

public ValueContext getValueContext()
Returns the value context of the current node.


getValueContext

public ValueContext getValueContext(Path aPath)
Returns the validation context of the node specified.



(report a bug)
EBX.Platform 4.5.3 [0607:0003]
Copyright Orchestra Networks 2000-2008. All rights reserved.