public class PageInBuffer
extends java.lang.Object
Constructor and Description |
---|
PageInBuffer(java.lang.String module,
java.lang.String action,
java.lang.String completepage) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateSearchKey() |
protected static java.lang.String |
generateSearchKey(java.lang.String module,
java.lang.String action)
generates the key as used internally in the PageInBuffer.
|
java.lang.String |
getAction() |
java.lang.String |
getCompletepage() |
int |
getCompletepagehashcode() |
java.lang.String |
getModule() |
int |
getPagesize() |
public PageInBuffer(java.lang.String module, java.lang.String action, java.lang.String completepage)
module
- the Open Lowcode module nameaction
- the Open Lowcode module actioncompletepage
- the text in Open Lowcode ML of the page received
with the actionpublic java.lang.String generateSearchKey()
protected static java.lang.String generateSearchKey(java.lang.String module, java.lang.String action)
module
- name of the moduleaction
- name of the actionpublic java.lang.String getModule()
public java.lang.String getAction()
public java.lang.String getCompletepage()
public int getCompletepagehashcode()
public int getPagesize()