Exemplo n.º 1
0
 public Cache getCache() {
   return infrastructure.getCache();
 }
Exemplo n.º 2
0
 public DataViewFactory getDataViewFactory() {
   return infrastructure.getDataViewFactory();
 }
Exemplo n.º 3
0
 public ContentRepository getContentRepository() {
   return infrastructure.getContentRepository();
 }
Exemplo n.º 4
0
 public ContentBeanFactory getContentBeanFactory() {
   return infrastructure.getContentBeanFactory();
 }