store.addAnnotationData("/*", new IconLiteral("default.gif"));
store.addAnnotationData("/sad/*", new IconLiteral("sad.gif"));
store.addAnnotationData("/happy/*", new IconLiteral("happy.gif"));
store.addAnnotationData("/happy/done.xhtml", new IconLiteral("finished.gif"));
store.addAnnotationData("/qualified/yes.xhtml", new QualifiedUrlLiteral("http://example.com"));
store.addAnnotationData("/qualified/yes.xhtml", new QualifiedIconLiteral("qualified.gif"));
}