com.stratelia.webactiv.kmelia.servlets.ajax
Enum AjaxOperation
java.lang.Object
java.lang.Enum<AjaxOperation>
com.stratelia.webactiv.kmelia.servlets.ajax.AjaxOperation
- All Implemented Interfaces:
- Serializable, Comparable<AjaxOperation>
public enum AjaxOperation
- extends Enum<AjaxOperation>
Delete
public static final AjaxOperation Delete
GetProfile
public static final AjaxOperation GetProfile
SortTopics
public static final AjaxOperation SortTopics
EmptyTrash
public static final AjaxOperation EmptyTrash
UpdateTopicStatus
public static final AjaxOperation UpdateTopicStatus
GetTopicWysiwyg
public static final AjaxOperation GetTopicWysiwyg
Rename
public static final AjaxOperation Rename
bindToPub
public static final AjaxOperation bindToPub
unbindToPub
public static final AjaxOperation unbindToPub
Subscribe
public static final AjaxOperation Subscribe
Unsubscribe
public static final AjaxOperation Unsubscribe
IsSubscriber
public static final AjaxOperation IsSubscriber
Paste
public static final AjaxOperation Paste
MovePublication
public static final AjaxOperation MovePublication
DeletePublications
public static final AjaxOperation DeletePublications
CopyPublications
public static final AjaxOperation CopyPublications
CutPublications
public static final AjaxOperation CutPublications
IsClipboardContainsCopiedItems
public static final AjaxOperation IsClipboardContainsCopiedItems
values
public static AjaxOperation[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AjaxOperation c : AjaxOperation.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AjaxOperation valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
requiresController
public boolean requiresController()
handleRequest
public String handleRequest(javax.servlet.http.HttpServletRequest request,
KmeliaSessionController controller)
Copyright © 2016 Silverpeas. All Rights Reserved.