| java.lang.Object org.apache.lenya.cms.site.usecases.Clipboard
Field Summary | |
final public static int | METHOD_COPY The "copy" method. | final public static int | METHOD_CUT The "cut" method. |
METHOD_COPY | final public static int METHOD_COPY(Code) | | The "copy" method.
|
METHOD_CUT | final public static int METHOD_CUT(Code) | | The "cut" method.
|
Clipboard | public Clipboard(Document document, int _method)(Code) | | Ctor.
Parameters: document - The document to put on the clipboard. Parameters: _method - The clipping method. |
getMethod | public int getMethod()(Code) | | Returns the method of this clipboard.
An integer. |
getPublicationId | public String getPublicationId()(Code) | | The ID of the publication the document belongs to. |
|
|