|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.xml.containerpage.CmsDynamicFunctionBean.Format
public static class CmsDynamicFunctionBean.Format
A bean which contains a single format for a dynamic function, which contains of the function JSP, the container settings and the parameters.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 parameters| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||