|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface for the portal style manager.
| Method Summary | |
boolean |
clearStylesFromCache()
Clears the styles from cache. |
Document |
getStyle(EbiPortalContext context,
com.sssw.portal.api.EbiDevice device,
String styleID)
Gets a style sheet as a DOM object. |
Document |
getStyle(EbiPortalContext context,
com.sssw.portal.api.EbiDevice device,
String styleID,
boolean flush)
Gets a style sheet as a DOM object. |
Document |
getStyle(EbiPortalContext context,
String styleID)
Gets a style sheet as a DOM object. |
Document |
getStyle(EbiPortalContext context,
String styleID,
boolean flush)
Gets a style sheet as a DOM object. |
EbiCategoryInfo |
getStyleCategoryInfo(EbiPortalContext context,
String categoryName,
boolean flush)
Gets a style category info. |
EbiCategoryInfo[] |
getStyleCategoryInfoList(EbiPortalContext context)
Gets a list of style categories info. |
EbiStyleInfo |
getStyleInfo(EbiPortalContext context,
String styleID)
Gets a style info object. |
EbiStyleInfo |
getStyleInfo(EbiPortalContext context,
String styleID,
boolean flush)
Gets a style info object. |
EbiStyleInfo[] |
getStyleInfoList(EbiPortalContext context,
String categoryName)
Gets a list of EbiStyleInfo objects in a specific category. |
| Method Detail |
public Document getStyle(EbiPortalContext context,
String styleID,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.styleID - a style id.flush - true if it should flush the cache and reget from resourceset.
public Document getStyle(EbiPortalContext context,
String styleID)
throws EboUnrecoverableSystemException
context - a context.styleID - a style id.
public Document getStyle(EbiPortalContext context,
com.sssw.portal.api.EbiDevice device,
String styleID,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.device - a specific devicestyleID - a style id.flush - true if needs to flush the cache and reget from resourceset.
public Document getStyle(EbiPortalContext context,
com.sssw.portal.api.EbiDevice device,
String styleID)
throws EboUnrecoverableSystemException
context - a context.device - a specific devicestyleID - a style id.
public EbiStyleInfo getStyleInfo(EbiPortalContext context,
String styleID,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.styleID - a style IDflush - true, flush the cache and re-get style info from resourceset
public EbiStyleInfo getStyleInfo(EbiPortalContext context,
String styleID)
throws EboUnrecoverableSystemException
context - a context.styleID - a style ID
public EbiStyleInfo[] getStyleInfoList(EbiPortalContext context,
String categoryName)
throws EboUnrecoverableSystemException
context - a contextcategoryName - a style category
public EbiCategoryInfo getStyleCategoryInfo(EbiPortalContext context,
String categoryName,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.categoryName - a name of the specified category.flush - true if needs to re-get component category info from resourceset.
public EbiCategoryInfo[] getStyleCategoryInfoList(EbiPortalContext context)
throws EboUnrecoverableSystemException
context - a context.
public boolean clearStylesFromCache()
throws EboUnrecoverableSystemException
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||