@ConversationScoped @Named public class ConversationController extends Object implements Serializable
| Constructor and Description |
|---|
ConversationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginConversation() |
void |
countUp() |
void |
endConversation() |
String |
getConversationStatus() |
int |
getCount() |
public String getConversationStatus()
public void beginConversation()
public void endConversation()
public int getCount()
public void countUp()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.