|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.util.GenericPortletUtils
public class GenericPortletUtils
GenericPortletUtils
| Method Summary | |
|---|---|
static java.lang.reflect.Method |
getRenderModeHelperMethod(java.lang.Class<? extends javax.portlet.GenericPortlet> genericPortletClazz,
javax.portlet.PortletMode mode)
Finds the helper method from the portlet class extending javax.portlet.GenericPortlet. |
static java.lang.reflect.Method |
getRenderModeHelperMethod(javax.portlet.GenericPortlet genericPortlet,
javax.portlet.PortletMode mode)
Finds the helper method from the portlet object extending javax.portlet.GenericPortlet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.reflect.Method getRenderModeHelperMethod(javax.portlet.GenericPortlet genericPortlet,
javax.portlet.PortletMode mode)
javax.portlet.GenericPortlet.
Note: the helper method can be retrieved only when the method is public.
genericPortletClazz - the portlet object extending javax.portlet.GenericPortletmode - the portlet mode for the helper method
GenericPortlet
public static java.lang.reflect.Method getRenderModeHelperMethod(java.lang.Class<? extends javax.portlet.GenericPortlet> genericPortletClazz,
javax.portlet.PortletMode mode)
javax.portlet.GenericPortlet.
Note: the helper method can be retrieved only when the method is public.
genericPortletClazz - the portlet class extending javax.portlet.GenericPortletmode - the portlet mode for the helper method
GenericPortlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||