|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletInstance
PortletInstance
Method Summary | |
---|---|
JetspeedPortletConfig |
getConfig()
Returns Jetspeed portlet config object. |
javax.portlet.Portlet |
getRealPortlet()
Returns the real portlet object instance. |
boolean |
hasRenderHelperMethod(javax.portlet.PortletMode mode)
Returns true when the real portlet object instance is type of javax.portlet.GenericPortlet and the instance contains a helper method for the portlet mode with public access. |
boolean |
isProxyInstance()
True if the real portlet object instance is a proxy instance. |
Methods inherited from interface javax.portlet.Portlet |
---|
destroy, init, processAction, render |
Methods inherited from interface javax.portlet.EventPortlet |
---|
processEvent |
Methods inherited from interface javax.portlet.ResourceServingPortlet |
---|
serveResource |
Method Detail |
---|
JetspeedPortletConfig getConfig()
javax.portlet.Portlet getRealPortlet()
isProxyInstance()
.
boolean isProxyInstance()
boolean hasRenderHelperMethod(javax.portlet.PortletMode mode)
The helper methods can be overriden from the javax.portlet.GenericPortlet
such as the following methods
or annotated with @RenderMode (javax.portlet.RenderMode)
.
doView
for handling view
requestsdoEdit
for handling edit
requestsdoHelp
for handling help
requests
mode
-
RenderMode
,
GenericPortlet.doView(RenderRequest, RenderResponse)
,
GenericPortlet.doEdit(RenderRequest, RenderResponse)
,
GenericPortlet.doHelp(RenderRequest, RenderResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |