Class ClassPathWithRenderControlsSource
java.lang.Object
com.levigo.jadice.web.shared.model.Source
com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithRenderControlsSource
- All Implemented Interfaces:
Serializable
A source that reads a file from the class path. This source supports composite documents.
TODO: Since we use JavaScriptObjects now, we don't need stringifying the RenderControls?
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.used for gwt serialization purposes, don't call this on your ownClassPathWithRenderControlsSource
(String resource, String serializedRenderControls) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setResource
(String resource) void
setSerializedRenderControls
(String serializedRenderControls) toString()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ClassPathWithRenderControlsSource
Deprecated.used for gwt serialization purposes, don't call this on your own -
ClassPathWithRenderControlsSource
- Parameters:
resource
- The resource identifier; in this case the filename of the file to load
-
-
Method Details