public interface IStyleInfo
Modifier and Type | Method and Description |
---|---|
String |
getCss()
gets the CSS name
|
String |
getIcon()
Gets the icon name
|
String |
getPath()
gets the css path
|
void |
putStyleInfo(String icon,
String css,
String path)
directly set cached info (will not alter DB storage)
|
void |
setStyleInfo(String icon,
String css,
String path)
sets all members in a single call (most efficient) and WILL
result in a *single* DB call
|
String getIcon() throws MetaException
MetaException
String getCss() throws MetaException
MetaException
String getPath() throws MetaException
MetaException
void putStyleInfo(String icon, String css, String path)
void setStyleInfo(String icon, String css, String path) throws MetaException
MetaException