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

public class ClassPathWithRenderControlsSource extends Source
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 Details

  • Constructor Details

    • ClassPathWithRenderControlsSource

      @Deprecated public ClassPathWithRenderControlsSource()
      Deprecated.
      used for gwt serialization purposes, don't call this on your own
    • ClassPathWithRenderControlsSource

      public ClassPathWithRenderControlsSource(String resource, String serializedRenderControls)
      Parameters:
      resource - The resource identifier; in this case the filename of the file to load
  • Method Details

    • getResource

      public String getResource()
    • setResource

      public void setResource(String resource)
    • getSerializedRenderControls

      public String getSerializedRenderControls()
    • setSerializedRenderControls

      public void setSerializedRenderControls(String serializedRenderControls)
    • toString

      public String toString()
      Overrides:
      toString in class Object