| 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 |
|---|---|
JavaScriptResolution |
JavaScriptResolution.addClassExclusion(Class<?>... clazz)
Adds one or more classes to the list of types to exclude when translating
to JavaScript.
|
JavaScriptResolution |
JavaScriptResolution.addPropertyExclusion(String... property)
Adds one or more properties to the list of types to exclude when translating
to JavaScript.
|
© Copyright 2005-2006, Stripes Development Team.