Class PropertyRenderer<T extends Serializable>

    • Constructor Detail

      • PropertyRenderer

        public PropertyRenderer​(String prop)
      • PropertyRenderer

        public PropertyRenderer​(String prop,
                                String relPath)
    • Method Detail

      • getViewer

        protected org.apache.wicket.Component getViewer​(String id,
                                                        javax.jcr.Node node)
                                                 throws javax.jcr.RepositoryException
        Specified by:
        getViewer in class AbstractNodeRenderer
        Throws:
        javax.jcr.RepositoryException
      • getValue

        protected abstract T getValue​(javax.jcr.Property p)
                               throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException