java.lang.Object
org.embl.ebi.escience.scufl.talisman.AbstractScuflAction
org.embl.ebi.escience.scufl.talisman.PopulatePortList
- public class PopulatePortList
- extends AbstractScuflAction
Populates a named SelectionList with names of ports within
a given processor in the model. The 'model' parameter
specified the ScuflModel to use, the 'processor' parameter
the name of a processor within that model, the 'type' parameter should be
either 'source', 'sink' or 'all' depending on the type of
ports you want included in the list, and the 'list' parameter
must be the name of a selection list in the Talisman page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopulatePortList
public PopulatePortList()
process
public void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action)
throws AbortActionException,
NodeResolutionException,
UnknownResolutionProtocolException
- Overrides:
process
in class AbstractScuflAction