Skip to content
Mrdigs edited this page Apr 9, 2014 · 10 revisions

The Molding System is a powerful feature of Bootstrap.jsp that allows you to knock out Components with the same characteristics time and time again just by setting the mold attribute in your JSP page.

The value of the mold attribute can either be the name of a class that extends the org.bootstrapjsp.mold.Mold class, or be resolved into one via the Bootstrap.jsp properties file, or an artibrary mold name whose attributes are defined in the properties file.

Clone this wiki locally