Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
$
B
C
G
R
S
U
$
$a()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$accept(int, String, Object, BaseComponent)
- Method in class com.HybridServerPages.
BaseComponent
Override this method to get signals from sub-components.
$accept(int, String, Object, BaseComponent)
- Method in class com.HybridServerPages.
BasePage
Override this method to get signals from sub-components.
$ajax(HttpServletRequest, HttpServletResponse)
- Method in class com.HybridServerPages.
BasePage
Override this method to process Ajax request at the page level
$ajax(String, String, HttpServletRequest, HttpServletResponse)
- Static method in class com.HybridServerPages.
Usr
Called only from the servlet (on receiving HJ_Ajax parameter in request)
$ajaxComponent(HttpServletRequest, HttpServletResponse)
- Method in class com.HybridServerPages.
BaseComponent
Override this method to process Ajax request at the component level
$DR()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$get_$DR2(int)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$get_$SH2(int)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$get_$SI2(int)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$get_$SL2(int)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$get_$SR2(int)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$getAS()
- Method in class com.HybridServerPages.
BasePage
Access to Application State instance
$getPageId()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$getParam(String, String)
- Method in class com.HybridServerPages.
BaseComponent
Access to component-related HTTP request parameters
$getParam(String, String)
- Method in class com.HybridServerPages.
BasePage
Access to page-related HTTP request parameters
$handle(String, String)
- Method in class com.HybridServerPages.
BasePage
Override this method to process HTTP request
$handleAS(BasePage, String, String)
- Method in class com.HybridServerPages.
BaseApplication
Override this method to process Application Level data.
$handleComponent(String, String)
- Method in class com.HybridServerPages.
BaseComponent
If the actual submission is unrelated to current component then empty strings are passed to both parameters.
$handlePage(String, HttpServletRequest, HttpServletResponse, HttpServlet)
- Static method in class com.HybridServerPages.
Usr
Called only from the servlet
$I()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$isLoaded()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$R()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$render(PrintWriter)
- Method in class com.HybridServerPages.
BasePage
Do not touch
$renderPage(String, HttpServletRequest, HttpServletResponse, HttpServlet)
- Static method in class com.HybridServerPages.
Usr
Called only from the servlet (on receiving HJ_Page parameter in request)
$resend()
- Method in class com.HybridServerPages.
BaseComponent
Resends the last accepted message (code,msg,more,source) upwards
$send(int, String, Object)
- Method in class com.HybridServerPages.
BaseComponent
Send a signal to the parent component or to the page
$set_$DR2(int[])
- Method in class com.HybridServerPages.
BasePage
Do not touch
$set_$SH2(int[])
- Method in class com.HybridServerPages.
BasePage
Do not touch
$set_$SI2(int[])
- Method in class com.HybridServerPages.
BasePage
Do not touch
$set_$SL2(int[])
- Method in class com.HybridServerPages.
BasePage
Do not touch
$set_$SR2(int[])
- Method in class com.HybridServerPages.
BasePage
Do not touch
$setBadParam(String, String)
- Method in class com.HybridServerPages.
BaseComponent
Marks the parameter as bad
$setBadParam(String, String)
- Method in class com.HybridServerPages.
BasePage
Marks the parameter as bad
$setLoaded()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$setNextPage(String)
- Method in class com.HybridServerPages.
BaseComponent
Sets the next page to be shown.
$setNextPage(String)
- Method in class com.HybridServerPages.
BasePage
Sets the next page to be shown.
$setReturn()
- Method in class com.HybridServerPages.
BaseComponent
Sets the next page equal to the page you came here from This is a support for back button
$setReturn()
- Method in class com.HybridServerPages.
BasePage
This is for support of the back button
$SH()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$SI()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$SL()
- Method in class com.HybridServerPages.
BasePage
Do not touch
$SR()
- Method in class com.HybridServerPages.
BasePage
Do not touch
B
badParam(String, String)
- Method in class com.HybridServerPages.
BasePage
returns message if the parameter did not pass validation
BaseApplication
- Class in
com.HybridServerPages
Derive application state class named "AS.java" from this class
BaseApplication()
- Constructor for class com.HybridServerPages.
BaseApplication
BaseComponent
- Class in
com.HybridServerPages
Derive component state classes ("*_WS.java") from this class
BaseComponent()
- Constructor for class com.HybridServerPages.
BaseComponent
BasePage
- Class in
com.HybridServerPages
Derive page state classes ("*_PS.java") from this class
BasePage()
- Constructor for class com.HybridServerPages.
BasePage
C
com.HybridServerPages
- package com.HybridServerPages
G
getComponent(String)
- Method in class com.HybridServerPages.
BasePage
Access to current component from widget, call it as getComponent($#)
getPageName()
- Method in class com.HybridServerPages.
BasePage
Returns fully qualified name of the currently processed page presentation class
getShortName()
- Method in class com.HybridServerPages.
BaseComponent
Returns the short name of the component
getShortPageName()
- Method in class com.HybridServerPages.
BasePage
Returns the short name of the current page
getUniqueId()
- Method in class com.HybridServerPages.
BaseComponent
Returns unique id of the component state instance
R
request
- Variable in class com.HybridServerPages.
BasePage
S
session
- Variable in class com.HybridServerPages.
BasePage
U
Usr
- Class in
com.HybridServerPages
$
B
C
G
R
S
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes