|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.page.cache.DefaultPageCacheQueueResolver
public class DefaultPageCacheQueueResolver
The default resolver for a cache's generation queue.
This resolver obtains the queue identifier from the web resource's
property lumis.portal.page.cache.queueId
.
Field Summary | |
---|---|
protected static java.lang.String |
PROPERTY_QUEUE_ID
The name of the property this resolver tries to obtain the queueId from. |
Constructor Summary | |
---|---|
DefaultPageCacheQueueResolver()
|
Method Summary | |
---|---|
java.lang.String |
resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String PROPERTY_QUEUE_ID
Constructor Detail |
---|
public DefaultPageCacheQueueResolver()
Method Detail |
---|
public java.lang.String resolveQueue(WebResource webResource)
IPageCacheQueueResolver
resolveQueue
in interface IPageCacheQueueResolver
webResource
- the web resource.
null
, the default queue id
will be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |