Class SimpleStyle
- java.lang.Object
-
- org.nuxeo.theme.styling.service.descriptors.SimpleStyle
-
@Deprecated public class SimpleStyle extends Object
Deprecated.since 7.4: use theResourceDescriptorwith flavor endpoint instead.- Since:
- 5.5
-
-
Constructor Summary
Constructors Constructor Description SimpleStyle()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetContent()Deprecated.StringgetName()Deprecated.StringgetSrc()Deprecated.voidsetContent(String content)Deprecated.voidsetName(String name)Deprecated.voidsetSrc(String src)Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getSrc
public String getSrc()
Deprecated.
-
setSrc
public void setSrc(String src)
Deprecated.
-
getContent
public String getContent()
Deprecated.
-
setContent
public void setContent(String content)
Deprecated.
-
-