|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portlet.JBossPortlet
org.jboss.portal.core.search.SearchPortlet
public class SearchPortlet
Constructor Summary | |
---|---|
SearchPortlet()
|
Method Summary | |
---|---|
void |
doView(JBossRenderRequest rReq,
JBossRenderResponse rRes)
Throw a PortletException . |
void |
init()
|
void |
processAction(ActionRequest aReq,
ActionResponse aRes)
Called by the portlet container to allow the portlet to process an action request. |
Methods inherited from class org.jboss.portlet.JBossPortlet |
---|
destroy, doDispatch, doEdit, doHelp, getDefaultOperation, getInitParameter, getInitParameterNames, getOperationName, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, processAction, processDispatch, processEdit, processHelp, processView, render, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchPortlet()
Method Detail |
---|
public void init()
init
in class JBossPortlet
public void doView(JBossRenderRequest rReq, JBossRenderResponse rRes) throws PortletException, java.io.IOException
JBossPortlet
PortletException
.
doView
in class JBossPortlet
PortletException
java.io.IOException
public void processAction(ActionRequest aReq, ActionResponse aRes)
Portlet
RenderResponse.createActionURL()
method.
Typically, in response to an action request, a portlet updates state based on the information sent in the action
request parameters. In an action the portlet may:
processAction
in interface Portlet
processAction
in class JBossPortlet
aReq
- the action requestaRes
- the action response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |