コード例 #1
0
 public PlaceholderContent getPlaceholderContent() {
   return cmsPageRevision.getPlaceholderContent(getCphName());
 }
コード例 #2
0
 public ContentPlaceholderType getCphType() {
   return cmsPageRevision.getPlaceholderContent(getCphName()).getCphType();
 }