com.nabhinc.portlet.mvcportlet.renderprocessor |
MVCPortlet Render Processor implementation classes.
|
Java Source File Name | Type | Comment |
AttributeSetter.java | Class | Creates a Java bean if not already created, populates it based on the
request parameters, and sets it as an attribute value under specified scope.
author: Padmanabh Dabke author: (c) 2006 Nabh Information Systems, Inc. |
BeanPopulator.java | Class | Creates a Java bean if not already created, populates it based on the
request parameters, and sets it as an attribute value under specified scope.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
RecordLister.java | Class | Fetches a list of records and sets it to a render request attribute (default is
"mvcportlet.records").
- sql - Query SQL to get a list of records.
- count-sql - SQL used to count number of records are returned from the above sql.
- params - Comma separated list of names of SQL parameters to be
inserted.
|
SelectField.java | Class | Retrieves a database field and sets it as String to the request attribute
"mvcportlet.field".
- sql - SQL used to update or insert a record.
Optional configuration parameters
- params - Comma separated list of names of SQL parameters to be
inserted.
|
SelectRecords.java | Class | Retrieves database records and sets request attribute
"mvcportlet.records" to a vector of object arrays corresponding to
the records.
- sql - SQL used to update or insert a record.
Optional configuration parameters
- params - Comma separated list of names of SQL parameters to be
inserted.
|
Switch.java | Class | To be used as a switch. |