org.jboss.seam.debug
Class Contexts

java.lang.Object
  extended by org.jboss.seam.debug.Contexts

@Name(value="org.jboss.seam.debug.contexts")
@Scope(value=APPLICATION)
@Install(value=false,
         precedence=0)
public class Contexts
extends Object


Constructor Summary
Contexts()
           
 
Method Summary
 String[] getApplication()
           
 String[] getBusinessProcess()
           
 String[] getConversation()
           
 List<ConversationEntry> getConversationEntries()
           
 Exception getException()
           
 String[] getSession()
           
 boolean isExceptionExists()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contexts

public Contexts()
Method Detail

getConversationEntries

public List<ConversationEntry> getConversationEntries()

getApplication

public String[] getApplication()

getSession

public String[] getSession()

getConversation

public String[] getConversation()

getBusinessProcess

public String[] getBusinessProcess()

getException

public Exception getException()

isExceptionExists

public boolean isExceptionExists()