Class ClassPathWithRenderControlsHandle
java.lang.Object
com.levigo.jadice.web.shared.model.PageSegmentHandle
com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithRenderControlsHandle
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.used for gwt serialization purposes, don't call this on your ownClassPathWithRenderControlsHandle
(String resource, String serializedRenderControls) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Creates a "DocumentID" to be able to cache the Jadice document on recovering.void
setResource
(String resource) void
setSerializedRenderControls
(String serializedRenderControls) Methods inherited from class com.levigo.jadice.web.shared.model.PageSegmentHandle
copyTo, equals, getDocumentLayer, getPageIndex, getPageSegmentUUID, hashCode, init, setDocumentLayer, setPageIndex, setPageSegmentUUID, toString
-
Constructor Details
-
ClassPathWithRenderControlsHandle
Deprecated.used for gwt serialization purposes, don't call this on your own -
ClassPathWithRenderControlsHandle
- Parameters:
resource
- The resource identifier; in this case the filename of the file to load
-
-
Method Details
-
getIdentifier
Description copied from class:PageSegmentHandle
Creates a "DocumentID" to be able to cache the Jadice document on recovering. NOTE: The Identifier represents the ID of the Document, not thePageSegment
!- Specified by:
getIdentifier
in classPageSegmentHandle
- Returns:
- The unique DocumentID of the document associated with this
PageSegment
.
-
getResource
-
setResource
-
getSerializedRenderControls
-
setSerializedRenderControls
-
copy
- Specified by:
copy
in classPageSegmentHandle
-