List of usage examples for com.liferay.portal.deploy.hot CustomJspBag interface-usage
From source file com.bemis.portal.deploy.hot.PortalCustomJspBag.java
/**
* Represents a custom JSP bag used to override Liferay's core JSPs. This class
* sets the following properties:
*
* <ul>
* <li>
From source file com.bemis.portal.termsofuse.internal.TermsOfUseCustomJspBag.java
/** * @author Shanon G. Mathai */ @Component(immediate = true, property = { "context.id=TermsOfUseCustomJspBag", "context.name=Terms of Use Custom JSP Bag", "service.ranking:Integer=100" }) public class TermsOfUseCustomJspBag implements CustomJspBag {
From source file com.liferay.blade.samples.angularjs.hook.AngularJSCustomJSPs.java
/** * @author Liferay */ @Component(immediate = true, property = { "context.id=AngularJSCustomJSPs", "context.name=Liferay AngularJS Custom JSPs", "service.ranking:Integer=100" }) public class AngularJSCustomJSPs implements CustomJspBag {
From source file com.liferay.blade.samples.corejsphook.BladeCustomJspBag.java
/** * @author Liferay */ @Component(immediate = true, property = { "context.id=BladeCustomJspBag", "context.name=Test Custom JSP Bag", "service.ranking:Integer=100" }) public class BladeCustomJspBag implements CustomJspBag {
From source file com.liferay.social.activity.customizer.core.jsp.SocialActivityCustomJspBag.java
/** * @author Istvan Sajtos */ @Component(immediate = true, property = { "context.id=SocialActivityCustomJspBag", "context.name=Social Activity Custom JSP Bag", "service.ranking:Integer=100" }) public class SocialActivityCustomJspBag implements CustomJspBag {
From source file com.rafoli.liferay.bundle.angular.AngularHook.java
/** * @author rafoli */ @Component(immediate = true, property = { "context.id=AngularHook", "context.name=Liferay Angular Hook", "service.ranking:Integer=100" }) public class AngularHook implements CustomJspBag {
From source file it.intesys.bootcamp.corejsphook.MySecondJspBag.java
/** * * @author niccolo */ @Component(immediate = true, property = { "context.id=MySecondJspBag", "context.name=Test Custom JSP Bag", "service.ranking:Integer=100" })