| Home >> All |
| | za.org.* (114) | | zava.administration.* (2) | | zava.dataSourceAccess.* (1) |
| | zava.profiles.* (20) | | zava.simpleInterface.* (2) | | zava.threadedOrigin.* (12) |
| | zava.threadedTarget.* (16) | | zava.utilities.* (12) | | zavax.mediation.* (2) |
| | zavax.queryProcessing.* (10) | | zavax.utilities.* (3) | | zavax.webInterface.* (9) |
Package Samples:
za.org.coefficient.authentication
za.org.coefficient.exception
za.org.coefficient.html
za.org.coefficient.interceptors
za.org.coefficient.interfaces
za.org.coefficient.modules.attribute
za.org.coefficient.modules
za.org.coefficient.modules.category
za.org.coefficient.modules.fileUpload
za.org.coefficient.modules.information
za.org.coefficient.modules.navigation
za.org.coefficient.modules.project
za.org.coefficient.modules.theme
za.org.coefficient.modules.user
za.org.coefficient.modules.workflow
za.org.coefficient.modules.configuration
za.org.coefficient.servlet
za.org.coefficient.statistics.data
za.org.coefficient.statistics.beans
za.org.coefficient.themes.defaultTheme
Classes:
Page: The Page object is like a sheet of paper on which the content is added. The theme is like a set of color pens and other printing devices and the modules are what are added to the sheet of paper. Once everything is in place, the Page is sent to the web browser. The Page instance is created by the CoefficientServlet object and is passed along through the Coefficient Context to all modules.
CoefficientWebContext: This is the context created by the CoefficientServlet and passed as an argument to all coefficient modules. This is used to find information such as who is logged in and what parameters have just been passed into the system. It is also used to delegate certain actions such as setting up page forwards, reporting errors, and beginning workflow operations.
HibernateUtil: This is a utility method that allows you to use hibernate to persist your objects. If you have a hbm.xml file with the same class name as your object in the same classpath then you can invoke configureHibernateForClass and then use this utility to get a hibernate session or just use the convienence methods to load and save your objects.
ImageServlet: This servlet is used to serve up binary content off of the classpath. Usage will look like this: <img src="images?image=/za/org/coefficient/modules/issueTracker/images/bullet_creme.gif"$gt; In the above example the image= value is the path, in the classpath, to the desired resource.
Pager: Title: Project Engine Description: An interface to a Pager mechanism. The pager maintains some underlying data source in a paged structure, allowing for page by page retrieval of data. Copyright: Copyright (c) 2002 Company: CSIR
ThemeSupport: The Theme object controls or affects the look and a feel of a page. The theme is like a set of color pens and other printing devices and the modules are what are added to the sheet of paper. Once everything is in place, the Page is sent to the web browser.
BaseInvoker: This is an abstract base class that provides most of the funtionality an invoker requires. This allows us to invoke methods on modules, services, and themes without specifiying the methods that know about the environment.
Module: This interface defines methods that must be implemented by a module of the system. A module will have methods invoked with a single parameter, za.org.coefficient.core.CoefficientContext .
ModuleLocal: This interface defines methods that must be implemented by a module of the system. A module will have methods invoked with a single parameter, za.org.coefficient.core.CoefficientContext .
CoefficientServlet: The entry point for the Coefficient user calling http://www.xxx.net/index.html. This is a genuine servlet. When doGet(request, response) is called, everything is done from here.
ProjectMember: Title: Project Engine Description: Memeber containing a CoefficientUser and a Role, created by projects Copyright: Copyright (c) 2003 Company: icomtek CSIR
WebAppInvoker: This is an implementation of invoker. This allows us to invoke methods on modules, services, and themes within a webapp enviroment and to obtain useful reference to them.
EjbInvoker: This is an implementation of invoker. This allows us to invoke methods on modules, services, and themes within an EJB enviroment and to obtain useful reference to them.
Role: Title: Project Engine Description: Simple role object to describe user roles Copyright: Copyright (c) 2003 Company: icomtek CSIR
BaseNavProjectModule: This class should be extended by all modules who can serve as both a project module and a site-wide module, available via the navigation.
AttributeElement: Title: Project Engine Description: Copyright: Copyright (c) 2003 Company: icomtek CSIR
Category: Title: Project Engine Description: Copyright: Copyright (c) 2003 Company: icomtek CSIR
ProjectAttribute: Title: Project Engine Description: Copyright: Copyright (c) 2003 Company: icomtek CSIR
ProjectAttributeData: Title: Project Engine Description: Copyright: Copyright (c) 2003 Company: icomtek CSIR
InvokerFactory: This is used to get a handle on an object capable of providing us with a module invoker
WebAreaClient: WebAreaClient. This servlet responds to GET requests from the CoordChoice applet.
ThemeIf: This interface defines methods that must be implemented by a theme of the system.
ThemeLocalIf: This interface defines methods that must be implemented by a theme of the system.
SecurityUtil: This is a utility class that allows access to users and roles in the system
MailUtil: This is a utility class that allows the system to send email notifications
| Home | Contact Us | Privacy Policy | Terms of Service |