org.jboss.seam.international.status
Annotation Type StatusMessage


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface StatusMessage

A typed status message method. Indicates that this method will log the associated Message to the UI.

Author:
Ken Finnigan

Optional Element Summary
 javax.enterprise.event.TransactionPhase during
           
 StatusMessage.Level level
          The message level.
 String target
          The UI target for the message.
 

target

public abstract String target
The UI target for the message.

Returns:
Target
Default:
""

during

public abstract javax.enterprise.event.TransactionPhase during
Default:
javax.enterprise.event.TransactionPhase.AFTER_SUCCESS

level

public abstract StatusMessage.Level level
The message level.

Returns:
the message level
Default:
org.jboss.seam.international.status.StatusMessage.Level.INFO


Copyright © 2011 Seam Framework. All Rights Reserved.