Uses of Class
com.aspectran.core.activity.process.ContentList
-
Packages that use ContentList Package Description com.aspectran.core.activity.process com.aspectran.core.context.rule -
-
Uses of ContentList in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process that return ContentList Modifier and Type Method Description static ContentListContentList. newInstance(java.lang.String name)ContentListContentList. replicate()Constructors in com.aspectran.core.activity.process with parameters of type ContentList Constructor Description ContentList(ContentList contentList) -
Uses of ContentList in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ContentList Modifier and Type Method Description ContentListTransletRule. getContentList()Gets the content list.Methods in com.aspectran.core.context.rule with parameters of type ContentList Modifier and Type Method Description voidTransletRule. setContentList(ContentList contentList)Sets the content list.
-