当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
SequenceRegistry - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.test.framework.portlet
Class SequenceRegistry
java.lang.Object
org.jboss.portal.test.framework.portlet.SequenceRegistry
- public class SequenceRegistry
- extends java.lang.Object
Registry of action sequences. Every sequence is binded with test id
- Version:
- $Revision: 5448 $
- Author:
- Boleslaw Dawidowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQUENCE_REGISTRY
public static java.lang.String SEQUENCE_REGISTRY
registry
private java.util.Map registry
SequenceRegistry
public SequenceRegistry()
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)