|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.spirit.insightsource.LocationParser | +--fr.paris5.shaman.spirit.insightsource.LocationParser.Resource
Parses the location parameter passed to
InsightSourceFactory.getSource
.
This class is completly independant of Insight store URLs. It just
normalizes the way to pass Topic / Publication / Fragment information from
Cocoon Sitemap to the InsightSourceFactory
.
The location parameter must have one of the following forms :
insight-content:/~top-nn insight-content:/~top-nn/** insight-content:/~pub-nn insight-content:/~pub-nn/**
Where
LocationConstants.INSIGHT_CONTENT_PROTOCOL
).
LocationConstants.TOPIC_PREFIX
).
LocationConstants.PUBLICATION_PREFIX
).
Inner classes inherited from class fr.paris5.shaman.spirit.insightsource.LocationParser |
LocationParser.Resource |
Fields inherited from interface fr.paris5.shaman.spirit.insightsource.LocationConstants |
INSIGHT_CONTENT_PROTOCOL, PUBLICATION_PREFIX, TOPIC_PREFIX |
Constructor Summary | |
LocationParser.Resource(java.lang.String location)
|
Methods inherited from class fr.paris5.shaman.spirit.insightsource.LocationParser |
getFragmentLocator, getPublicationId, getTopicId, isPublicationIdDefined, isTopicIdDefined |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationParser.Resource(java.lang.String location) throws InvalidLocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |