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