public static class CmsDynamicFunctionBean.Format
extends java.lang.Object
构造器和说明 |
---|
CmsDynamicFunctionBean.Format(CmsUUID structureId,
java.lang.String type,
java.lang.String minWidth,
java.lang.String maxWidth,
java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a new format instance.
|
限定符和类型 | 方法和说明 |
---|---|
CmsUUID |
getJspStructureId()
Returns the structure id of the JSP.
|
java.lang.String |
getMaxWidth()
Returns the maximum width.
|
java.lang.String |
getMinWidth()
Returns the minimum width.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Returns the map of parameters for the JSP.
|
java.lang.String |
getType()
Gets the container type.
|
boolean |
hasNoContainerSettings()
Returns true if this format has no container settings.
|
protected void |
setDefaultParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the parameters which should be used if the format has no parameters of its own.
|
protected void |
setNoContainerSettings(boolean noContainerSettings)
Sets the flag to indicate that this format has no container settings.
|
public CmsDynamicFunctionBean.Format(CmsUUID structureId, java.lang.String type, java.lang.String minWidth, java.lang.String maxWidth, java.util.Map<java.lang.String,java.lang.String> parameters)
structureId
- the structure id of the JSPtype
- the container typeminWidth
- the minimum widthmaxWidth
- the maximum widthparameters
- the JSP parameterspublic CmsUUID getJspStructureId()
public java.lang.String getMaxWidth()
public java.lang.String getMinWidth()
public java.util.Map<java.lang.String,java.lang.String> getParameters()
public java.lang.String getType()
public boolean hasNoContainerSettings()
protected void setDefaultParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- the default parametersprotected void setNoContainerSettings(boolean noContainerSettings)
noContainerSettings
- the new value for the noContainerSettings flag