| Package | Description |
|---|---|
| net.sourceforge.stripes.ajax |
This package provides utilities and classes that are helpful for creating AJAX
applications and/or components using Stripes.
|
| Modifier and Type | Method and Description |
|---|---|
JavaScriptBuilder |
JavaScriptBuilder.addClassExclusion(Class<?>... clazz)
Adds one or more properties to the list of properties to exclude when translating
to JavaScript.
|
JavaScriptBuilder |
JavaScriptBuilder.addPropertyExclusion(String... property)
Adds one or more properties to the list of property to exclude when translating
to JavaScript.
|
© Copyright 2005-2006, Stripes Development Team.