Use java classes in liferay theme? -
Is there a way to use Java classes in the GRE theme? I want to use a class of Java to change dates. So how can I include Java classes in 6 classes of my classroom and use it at portal_normal.vm
velocity?
Thank you.
You have already within the dateUtil
reference velocity reference for some date utilities for the list of < See the code> dateUtil_IW category.
Injecting the new access class in velocity is quite complicated to explain, it is better to create an ext plugin, to create a portlet plugin and embed it within the theme.
Comments
Post a Comment