Method Summary |
|
public void | addCookie(Cookie cookie) |
public void | addResponseHeader(String key, String val) |
public boolean | docIsUpdateable() |
public ArrayList<Cookie> | getCookies() |
public Document | getDocument() |
public String | getPagename() |
public HashMap<String, Object> | getProperties() |
public String | getResponseContentType() |
public int | getResponseError() |
public String | getResponseErrorText() |
public HashMap<String, String> | getResponseHeader() |
public long | getTimestamp() Returns timestamp that was created on construction
of the document. |
public boolean | getTrailLogged() |
public Variant | getVariant() |
public String | getXSLKey() |
public boolean | isRedirect() |
public void | resetRedirectURL() Resets the redirect URL set via
SPDocument.setRedirect(String) . |
public void | setDocIsUpdateable(boolean upd) |
public void | setDocument(Document newDocument) |
public void | setPagename(String pagename) |
public void | setProperties(HashMap<String, Object> newPropertiesmap) |
public void | setProperty(String key, Object value) |
public void | setRedirect(String redirectURL) Sets an URL to use for redirection. |
public void | setResponseContentType(String type) |
public void | setResponseError(int err) |
public void | setResponseErrorText(String err) |
public void | setTrailLogged() |
public void | setVariant(Variant variant) |
public void | setXSLKey(String xslkey) Describe setXSLKey method here. |
public void | storeFrameAnchors(Map<String, String> anchors) |
public String | toString() Describe toString method here. |