|
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 page manager.
| Field Summary | |
static String |
PORTAL_URI_CACHE_MGR
No information available |
static String |
URI_DOM_CACHE_HOLDER_ID
No information available |
static String |
URI_DTM_CACHE_HOLDER_ID
No information available |
static String |
URI_STR_CACHE_HOLDER_ID
No information available |
| Method Summary | |
void |
cancelSchedule(EbiPortalContext context,
String uri)
cancel the scheduled refresh |
void |
dump(EbiPortalContext context)
clear the caches |
Document |
getDomContent(EbiPortalContext context,
String URI)
Gets the DOM content of the specified xsl style |
Document |
getDomContent(EbiPortalContext context,
String URI,
boolean flush)
Gets the DOM content of the specified xsl style |
org.apache.xalan.templates.StylesheetRoot |
getDtmContent(EbiPortalContext context,
String URI)
Gets the DTM content of the specified xsl style |
org.apache.xalan.templates.StylesheetRoot |
getDtmContent(EbiPortalContext context,
String URI,
boolean flush)
Gets the DTM content of the specified xsl style |
String |
getManagerName()
Gets the mananger's name |
String |
getStringContent(EbiPortalContext context,
String URI)
Gets the String content of the specified xsl style |
String |
getStringContent(EbiPortalContext context,
String URI,
boolean flush)
Gets the String content of the specified xsl style |
void |
schedule(EbiPortalContext context,
String uri,
Date date)
register to refresh on the specific date and time |
void |
schedule(EbiPortalContext context,
String uri,
long interval,
boolean sinceLasstEvent)
register to refresh the cache peroidically |
void |
updateCache(EbiPortalContext context,
String uri)
update the caches, reget the content from the URI |
| Field Detail |
public static final String PORTAL_URI_CACHE_MGR
public static final String URI_DOM_CACHE_HOLDER_ID
public static final String URI_DTM_CACHE_HOLDER_ID
public static final String URI_STR_CACHE_HOLDER_ID
| Method Detail |
public String getManagerName()
public Document getDomContent(EbiPortalContext context,
String URI)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string.
public org.apache.xalan.templates.StylesheetRoot getDtmContent(EbiPortalContext context,
String URI)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string
public String getStringContent(EbiPortalContext context,
String URI)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string
public Document getDomContent(EbiPortalContext context,
String URI,
boolean flush)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string. flush - set to true to always get the fresh content
public org.apache.xalan.templates.StylesheetRoot getDtmContent(EbiPortalContext context,
String URI,
boolean flush)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string flush - set to true to always get the fresh content
public String getStringContent(EbiPortalContext context,
String URI,
boolean flush)
throws EboUnrecoverableSystemException
context - framework contextURI - the URI string flush - set to true to always get the fresh content
public void updateCache(EbiPortalContext context,
String uri)
throws EboUnrecoverableSystemException
context - framework contexturi - the uri string
public void dump(EbiPortalContext context)
throws EboUnrecoverableSystemException
context - framework context
public void schedule(EbiPortalContext context,
String uri,
long interval,
boolean sinceLasstEvent)
throws EboUnrecoverableSystemException
context - framework contexturi - the uri stringinterval - Delta time in millisecondssinceLastEvent - true -- next event happens in a time period since last event,
false -- next event happens in a time period from current time
public void schedule(EbiPortalContext context,
String uri,
Date date)
throws EboUnrecoverableSystemException
context - framework contexturi - the uri stringdate - the specific date and time that the cache update will happen
public void cancelSchedule(EbiPortalContext context,
String uri)
throws EboUnrecoverableSystemException
context - framework contexturi - the uri string
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||