com.hascode.confluence.plugin.socialcomments.action
Interface ActionOutcomeAware

All Known Implementing Classes:
ConfigureAction

public interface ActionOutcomeAware


Field Summary
static String ERROR
          outcome for an action with errors that should be displayed using a different template
static String NO_PERMISSION
          outcome if the current user does not have sufficient permission to invoke the action
static String OK
          default action outcome - no errors
 

Field Detail

OK

static final String OK
default action outcome - no errors

See Also:
Constant Field Values

ERROR

static final String ERROR
outcome for an action with errors that should be displayed using a different template

See Also:
Constant Field Values

NO_PERMISSION

static final String NO_PERMISSION
outcome if the current user does not have sufficient permission to invoke the action

See Also:
Constant Field Values


Copyright © 2011 hasCode.com. All Rights Reserved.