org.apache.portals.bridges.struts
Class StrutsPortletRenderContext
java.lang.Object
org.apache.portals.bridges.struts.StrutsPortletRenderContext
- All Implemented Interfaces:
- Serializable
- public class StrutsPortletRenderContext
- extends Object
- implements Serializable
StrutsPortletRenderContext
- Version:
- $Id: StrutsPortletRenderContext.java 517068 2007-03-12 01:44:37Z ate $
- Author:
- Ate Douma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
private String path
dispatchNamed
private boolean dispatchNamed
actionForm
private org.apache.struts.action.ActionForm actionForm
requestCancelled
private boolean requestCancelled
messages
private org.apache.struts.action.ActionMessages messages
errors
private org.apache.struts.action.ActionMessages errors
StrutsPortletRenderContext
public StrutsPortletRenderContext()
getPath
public String getPath()
setPath
public void setPath(String path)
getDispatchNamed
public boolean getDispatchNamed()
setDispatchNamed
public void setDispatchNamed(boolean namedPath)
getActionForm
public org.apache.struts.action.ActionForm getActionForm()
setActionForm
public void setActionForm(org.apache.struts.action.ActionForm actionForm)
isRequestCancelled
public boolean isRequestCancelled()
setRequestCancelled
public void setRequestCancelled(boolean requestCancelled)
getMessages
public org.apache.struts.action.ActionMessages getMessages()
setMessages
public void setMessages(org.apache.struts.action.ActionMessages messages)
getErrors
public org.apache.struts.action.ActionMessages getErrors()
setErrors
public void setErrors(org.apache.struts.action.ActionMessages errors)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.