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