org.jboss.seam.security.external.dialogues.api
Interface Dialogue

All Known Implementing Classes:
DialogueBean

public interface Dialogue

This dialogue-scoped bean is automatically created in the dialogue scope as soon as the dialogue is created. It can be used to get dialogue properties. For background about the dialogue scope, see DialogueScoped.

Author:
Marcel Kolsteren

Method Summary
 String getId()
           
 

Method Detail

getId

String getId()


Copyright © 2011 Seam Framework. All Rights Reserved.