Package com.jalios.jcms.jnews
Class PubDisplayStyleLayoutBasic
- java.lang.Object
-
- com.jalios.jcms.jnews.PubDisplayStyleLayoutBasic
-
- All Implemented Interfaces:
PubDisplayStyleLayout
public class PubDisplayStyleLayoutBasic extends java.lang.Object implements PubDisplayStyleLayout
A class to dynamically set up a layout
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAXPUBCSSSTYLE
-
Constructor Summary
Constructors Constructor Description PubDisplayStyleLayoutBasic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssStyleLayout>
runLayoutEngine(PubDisplayStyleBuilder pubDisplayStyleBuilder, boolean doMorePubs)
Generate dynamic layout
-
-
-
Field Detail
-
MAXPUBCSSSTYLE
public static final int MAXPUBCSSSTYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
runLayoutEngine
public java.util.List<CssStyleLayout> runLayoutEngine(PubDisplayStyleBuilder pubDisplayStyleBuilder, boolean doMorePubs)
Generate dynamic layout- Specified by:
runLayoutEngine
in interfacePubDisplayStyleLayout
- Parameters:
pubDisplayStyleBuilder
- publications settings for creation of carddoMorePubs
- determines if this is the last page for displaying publications- Returns:
- a list of a object that associates a integer number with a css style for cards
-
-