@Named(value="bean") @ConversationScoped public class SecretBean extends Object implements Serializable
| Constructor and Description |
|---|
SecretBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginConversation() |
void |
endConversation() |
String |
getId() |
String |
getSecret() |
void |
setSecret(String secret) |
Copyright © 2015. All Rights Reserved.