public interface HashDependableIO
AbstractHashDependableIOProvider
.Modifier and Type | Method and Description |
---|---|
boolean |
canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
boolean |
canWrite(Element element,
Dependable Dependable,
ToolkitContext tkContext,
Cookie cookie) |
Dependable |
read(Element element,
HashStructure hash,
Cookie cookie) |
void |
write(Element element,
Dependable Dependable,
HashStructure hash,
Cookie cookie) |
boolean canRead(Element element, HashStructure hash, ToolkitContext tkContext, Cookie cookie)
boolean canWrite(Element element, Dependable Dependable, ToolkitContext tkContext, Cookie cookie)
Dependable read(Element element, HashStructure hash, Cookie cookie)
void write(Element element, Dependable Dependable, HashStructure hash, Cookie cookie)