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, java.lang.Boolean omittable)ContentListContentList. replicate() -
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.ContentListTransletRule. touchContentList()Returns the content list.ContentListTransletRule. touchContentList(boolean explicitContent, boolean omittable)Returns 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.
-