Business Components

Uses of Class
oracle.jbo.html.RequestParameters

Packages that use.*
PackageDescription
oracle.jbo.html   
oracle.jbo.html.jsp.datatags   
 

Uses of RequestParameters in oracle.jbo.html
 

Methods in oracle.jbo.html that return RequestParameters
TypeName
static RequestParameters HtmlServices.getRequestParameters(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletResponse response, SessionCookie cookie)
          Internal: Applications should not use this method.
static RequestParameters HtmlServices.getRequestParameters(javax.servlet.jsp.PageContext pageContext)
          Retrieve the list of request parameters.
 

Methods in oracle.jbo.html with parameters of type RequestParameters
TypeName
static void HtmlServices.updateRowAttributesFromRequestParameters(DataSource ds, Row row, RequestParameters params)
          Internal: Applications should not use this method.
static void HtmlServices.internalSetAttribute(java.lang.String sName, AttributeList attrList, AttributeDef attrDef, RequestParameters params, LocaleContext locale)
          Internal: Applications should not use this method.
static void HtmlServices.setAttributeFromRequestParameters(Row row, AttributeDef attrDef, RequestParameters params, LocaleContext locale)
          Internal: Applications should not use this method.
 

Uses of RequestParameters in oracle.jbo.html.jsp.datatags
 

Methods in oracle.jbo.html.jsp.datatags with parameters of type RequestParameters
TypeName
protected  Row RowTag.getRowFromRequestParameters(DataSource ds, RequestParameters params)
           
protected  void RowTag.updateRowAttributesFromRequestParameters(DataSource ds, RequestParameters params)
           
static void RowTag.updateRowAttributesFromRequestParameters(DataSource ds, Row row, javax.servlet.jsp.PageContext page, RequestParameters params)
           
 


Business Components