java - LiferayDispatcherPortlet - what is name of class? -



java - LiferayDispatcherPortlet - what is name of class? -

i have in portlet.xml:

<portlet-class>org.springframework.web.portlet.dispatcherportlet</portlet-class>

and want utilize liferaydispatcherportlet, but

<portlet-class>org.springframework.web.portlet.liferaydispatcherportlet</portlet-class>

is wrong, how correct?

there no dispatcher class in liferay. need pass com.liferay.util.bridges.mvc.mvcportlet class in portlet. or can create controller extend above class, , pass qualified name of class in portlet tag. hope helps you

java liferay

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -