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


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

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

Author:
Ken Finnigan

Optional Element Summary
 TransactionPhase during
           
 Status.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 TransactionPhase during
Default:
javax.enterprise.event.TransactionPhase.AFTER_SUCCESS

level

public abstract Status.Level level
The message level.

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


Copyright © 2011 Seam Framework. All Rights Reserved.