Portlet Configuration How To PSML Browser Portlet

PSML Browser Portlet

Class Name : org.apache.jetspeed.modules.actions.portlets.PsmlBrowseAction

Presents a hierarchical tree browser of all PSML resources in the system. The browser supports the following actions:

Description of Media Types.

  • html

Parameter that control the how the web page is converted into a portlet.

This element is optional.

Parameters common to many portlets.

Parameter Name Description
sql The SQL String. Can be any valid SQL Query for your configured database. However it is required that the query returns at least one column. All selected columns of are represented as columns in the grid.
windowSize The number of rows presented in the grid at one time.
template The Velocity template to layout the database grid HTML in view mode. For many cases the default template is sufficient.
customizeTemplate The Velocity templated to layout the database grid HTML in customize mode. For many cases the default template is sufficient.
poolName To use a different Torque database connection pool than the default Torque pool. See the Jakarta Torque project documentation for more information on database connection pools.
DatabaseBrowserTest Simple Test Database Browser Portlet Example
]]>