com.atlassian.confluence.security.websudo
Class WebSudoMessage

java.lang.Object
  extended by com.atlassian.confluence.util.message.DefaultMessage
      extended by com.atlassian.confluence.security.websudo.WebSudoMessage
All Implemented Interfaces:
Message

public class WebSudoMessage
extends DefaultMessage

Message used to feedback to the user of an open websudo session


Field Summary
static String ID
           
 
Constructor Summary
WebSudoMessage(String text)
           
 
Method Summary
 String getId()
          Get the unique ID for this message.
 
Methods inherited from class com.atlassian.confluence.util.message.DefaultMessage
getCssClass, getText, isClosable, isVisible, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

WebSudoMessage

public WebSudoMessage(String text)
Method Detail

getId

public String getId()
Description copied from interface: Message
Get the unique ID for this message.

Specified by:
getId in interface Message
Overrides:
getId in class DefaultMessage
Returns:
message id


Copyright © 2003-2012 Atlassian. All Rights Reserved.