Class ItemList
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.web.workflowdesigner.taglib.ItemList
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ItemList extends javax.servlet.jsp.tagext.TagSupport
Class implementing the tag <itemList> from workflowEditor.tld- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
String
getContext()
String
getCurrentScreen()
DataFolder
getItems()
String
getPaneTitleKey()
void
setContext(String context)
void
setCurrentScreen(String currentScreen)
void
setItems(DataFolder items)
void
setPaneTitleKey(String paneTitleKey)
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
getContext
public String getContext()
- Returns:
- the context
-
setContext
public void setContext(String context)
- Parameters:
context
- the context to set
-
getCurrentScreen
public String getCurrentScreen()
- Returns:
- the currentScreen
-
setCurrentScreen
public void setCurrentScreen(String currentScreen)
- Parameters:
currentScreen
- the currentScreen to set
-
getItems
public DataFolder getItems()
- Returns:
- the items
-
setItems
public void setItems(DataFolder items)
- Parameters:
items
- the items to set
-
getPaneTitleKey
public String getPaneTitleKey()
- Returns:
- the paneTitleKey
-
setPaneTitleKey
public void setPaneTitleKey(String paneTitleKey)
- Parameters:
paneTitleKey
- the paneTitleKey to set
-
-