Class SimpleStyle
- java.lang.Object
-
- org.nuxeo.theme.styling.service.descriptors.SimpleStyle
-
@Deprecated public class SimpleStyle extends Object
Deprecated.since 7.4: use theResourceDescriptor
with 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 String
getContent()
Deprecated.String
getName()
Deprecated.String
getSrc()
Deprecated.void
setContent(String content)
Deprecated.void
setName(String name)
Deprecated.void
setSrc(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.
-
-