|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFriendlyURLParserManager
A manager class in charge of retrieving the correct friendly URL parser given a URL path.
| Method Summary | |
|---|---|
java.lang.String |
FindKeywordForType(java.lang.String typeId)
Looks up the friendly url keyword for the specified type. |
IFriendlyURLParser |
GetParser(XPStringTokenizer stURLTokens)
Returns an IFriendlyURLParser based on the URL path given. |
void |
SetKeyToClassIdLookupTable(XPHashtable htKeyToClassIdLookup)
Stores the map of keywords to class Ids. |
| Method Detail |
|---|
void SetKeyToClassIdLookupTable(XPHashtable htKeyToClassIdLookup)
htKeyToClassIdLookup - Map of keywords to class ids taken from FriendlyURLS.xmlIFriendlyURLParser GetParser(XPStringTokenizer stURLTokens)
stURLTokens - URL path
java.lang.String FindKeywordForType(java.lang.String typeId)
typeId - Class id or type id
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||