@Controller
@RequestMapping(path="VIEW",
params="view=attached")
public class EditorImageSourceAttachedController
extends Object
| Constructor and Description |
|---|
EditorImageSourceAttachedController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EditorImageSourceAttachedForm |
getAttachedForm(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get attached image form model attribute.
|
void |
select(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
EditorImageSourceAttachedForm attachedForm)
Select action mapping.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
View render mapping.
|
public EditorImageSourceAttachedController()
@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
request - render requestresponse - render response@ActionMapping(name="submit",
params="select")
public void select(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="attachedForm")
EditorImageSourceAttachedForm attachedForm)
throws javax.portlet.PortletException
request - action requestresponse - action responseattachedForm - attached image form model attributejavax.portlet.PortletException@ModelAttribute(value="attachedForm") public EditorImageSourceAttachedForm getAttachedForm(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2020 OSIVIA. All rights reserved.