Advertisement
akakunin

PortletKeys.java

Dec 7th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package kz.bsbnb.petcatalog;
  2.  
  3. public class PortletKeys extends com.liferay.portal.util.PortletKeys {
  4.  
  5. public static final String PORTLET_SUFFIX = "_WAR_petcatalogportlet";
  6.  
  7. public static final String PET_CATALOG = "1" + PORTLET_SUFFIX;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement