Class MoveScriptsToBottomState
- java.lang.Object
-
- org.primefaces.application.resource.MoveScriptsToBottomState
-
- All Implemented Interfaces:
Serializable
public class MoveScriptsToBottomState extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoveScriptsToBottomState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInclude(String type, StringBuilder src)voidaddInline(String type, StringBuilder content)Map<String,List<String>>getIncludes()Map<String,List<String>>getInlines()intgetSavedInlineTags()
-
-
-
Method Detail
-
addInclude
public void addInclude(String type, StringBuilder src)
-
addInline
public void addInline(String type, StringBuilder content)
-
getSavedInlineTags
public int getSavedInlineTags()
-
-