Class Summary |
ClearInfos |
This process clears the results for specified variables from the info table |
CreateGenericBinaryPage |
This class, together with oracle.clex.process.CreateGenericTextPage, provides
an open content type structure for the MVC Framework. |
CreateGenericTextPage |
This class, together with oracle.clex.process.CreateGenericBinaryPage,
provides an open content type structure for the MVC Framework. |
CreateHTMLPage |
This class extends CreateTagReplacementPage to provide special processing
for HTML pages. |
CreateJSPPage |
This class displays HTML and dynamic JSP content based on a jsp source file
specified. |
CreateMarlinBeanPage |
This class renders HTML using the marlin bean rendering tree. |
CreatePage |
Presents the web user with an HTML page result. |
CreatePDFPage |
This class constructs an PDF file based on a location key of the PDF file. |
CreatePopulatedHTMLPage |
This class constructs HTML file by parsing through the contents of the HTML
file. |
CreateTagReplacementPage |
This class constructs a bytestream by parsing through the contents of a
file. |
CreateXMLPage |
Deprecated. Use CreateXSLTransformationPage instead. |
CreateXSLTransformationPage |
JAXP-compliant version of deprecated CreateXSLTransformPage. |
CreateXSLTransformPage |
Deprecated. Use CreateXSLTransformationPage instead; JAXP compliant. |
DeleteUser |
This class is subclassed in the implementation package to modify the
user entries |
HTMLString |
Deprecated. This class will be removed and java.lang.String will
be used instead. |
LoginPage |
Creates a generic login page for use in Secured Display Groups. |
LoginSwitcher |
Class used in SecureDisplayGroup to control flow between various login
related processes. |
LogMessages |
Deprecated. This class will be removed or altered in future releases |
ModifyUser |
This class is subclassed in the implementation package to modify the
user entries |
PageValueProvider |
A class used to provide dynamic values to a CreatePage
GenericProcess. |
ProcessRouter |
This process handles simple routing for services. |
RegisterUser |
Deprecated. SecureDisplayGroup is now more generic with use of pre group includes. |
SendMail |
Process used to send email.Uses EmailManager. |
ValidateAttributes |
Class validates a set of attributes defined in an XML file, based on the
corresponding values in the info table. |
ValidateGroupLogin |
This is a sub class for ValidateLogin. |
ValidateHintAnswer |
This class validates that the answer entered by a user is the same as the
answer in the user's profile. |
ValidateHTMLForm |
This form performs a number of validation routines. |
ValidateHTMLInput |
Deprecated. This process will be removed in Cleveland version 2.0. |
ValidateLogin |
Determines which type of search the user requested and
sets the condition accordingly. |
ValidateRoles |
Class takes a vector of roles in its constructor and determines if the
logged on user is a member of one of the roles(Integer). |