public interface ProxyComponent
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getName()
void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
void clearData()
Copyright © 2016 Jasig. All Rights Reserved.