jas2.bean
Interface PageContext
-
public interface PageContextA simple mechanism to allow beans within an HTML page within JAS to locate other beans on the same page and to interact with the JAS enviroment. An embedded bean must implement PageContextHook to be able to access this information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ObjectgetBean(java.lang.String name)Locate an object on the current page by namejava.util.EnumerationgetBeans()Get an enumeration of all the objects on the current pagejava.net.URLgetDocumentBase()Get the base URL of the current pagevoidshowDocument(java.net.URL url)Replaces the Web page currently being viewed with the given URLvoidshowStatus(java.lang.String message)Requests that the argument string be displayed in the "status window".
-
-
-
Method Detail
-
getBean
java.lang.Object getBean(java.lang.String name)
Locate an object on the current page by name
-
getBeans
java.util.Enumeration getBeans()
Get an enumeration of all the objects on the current page
-
showStatus
void showStatus(java.lang.String message)
Requests that the argument string be displayed in the "status window".
-
showDocument
void showDocument(java.net.URL url)
Replaces the Web page currently being viewed with the given URL
-
getDocumentBase
java.net.URL getDocumentBase()
Get the base URL of the current page
-
-
DataMelt 3.0 © DataMelt by jWork.ORG