站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

SequenceRegistry - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.portlet
Class SequenceRegistry

java.lang.Object
  extended byorg.jboss.portal.test.framework.portlet.SequenceRegistry

public class SequenceRegistry
extends java.lang.Object

Registry of action sequences. Every sequence is binded with test id


Field Summary
static java.lang.String SEQUENCE_REGISTRY
           
 
Constructor Summary
SequenceRegistry()
           
 
Method Summary
 void addSequence(java.lang.String testId, Sequence sequence)
          Adding sequence to registry.
 java.util.Map getRegistry()
           
 Sequence getSequence(java.lang.String testId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEQUENCE_REGISTRY

public static java.lang.String SEQUENCE_REGISTRY
Constructor Detail

SequenceRegistry

public SequenceRegistry()
Method Detail

getRegistry

public java.util.Map getRegistry()

addSequence

public void addSequence(java.lang.String testId,
                        Sequence sequence)
Adding sequence to registry. Sequence can be null as this will clear the binding

Parameters:
testId -
sequence -

getSequence

public Sequence getSequence(java.lang.String testId)