Create a class that implements com.interwoven.livesite.dependency.DependencyProcessor, then add register it with the PLC in your customer-teamsite-resource-config.xml like so:[PHP] <bean id="my.custom.processor" class="com.mycompany.MyDependencyProcessor" /> <bean id="teamsite.DependencyService.DependencyProcessors" class="org.springframework.beans.factory.config.SetFactoryBean"> <property name="sourceSet"> <set merge="true"> <ref bean="my.custom.processor"/> </set> </property> </bean>[/PHP]
Is there a documentation anywhere for livesite.jar api?
Some, but not much.TeamSite/install/livesite/docs/livesite-api.zip