Package org.sakaiproject.api.app.help
Interface Glossary
-
public interface Glossary- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlossaryEntryfind(String keyword)find the keyword in the glossary.Collection<GlossaryEntry>findAll()returns the list of all GlossaryEntriesStringgetUrl()url to glossary web page
-
-
-
Method Detail
-
find
GlossaryEntry find(String keyword)
find the keyword in the glossary. return null if not found.- Parameters:
keyword-- Returns:
- a GlossaryEntry
-
findAll
Collection<GlossaryEntry> findAll()
returns the list of all GlossaryEntries- Returns:
- a Collection
-
getUrl
String getUrl()
url to glossary web page- Returns:
- the Url
-
-