예제 #1
0
 public Cache getCache() {
   return infrastructure.getCache();
 }
예제 #2
0
 public DataViewFactory getDataViewFactory() {
   return infrastructure.getDataViewFactory();
 }
예제 #3
0
 public ContentRepository getContentRepository() {
   return infrastructure.getContentRepository();
 }
예제 #4
0
 public ContentBeanFactory getContentBeanFactory() {
   return infrastructure.getContentBeanFactory();
 }