|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyComponent
Implemented by classes that can be configured. The interface provides a way to get a list of objects to render configuration pages. Also lets the portlet know if a component is optional and provide the PortletPreferences object during normal operation so the interface can configure itself appropriately.
| Method Summary | |
|---|---|
void |
clearData()
Called at the end of a request that the component was used in. |
String |
getName()
Returns a displayable name for the component. |
void |
setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
This method is called on a component that is being used by the portlet at the begining of the action request it will be used in. |
void |
setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
This method is called on a component that is being used by the portlet at the begining of the render request it will be used in. |
| Method Detail |
|---|
String getName()
void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
void clearData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||