org.apache.portals.bridges.frameworks.spring
Class PortletApplicationModelImpl
java.lang.Object
org.apache.portals.bridges.frameworks.spring.PortletApplicationModelImpl
- All Implemented Interfaces:
- PortletApplicationModel
public class PortletApplicationModelImpl
- extends Object
- implements PortletApplicationModel
PortletApplicationModelImpl
- Version:
- $Id: PortletApplicationModelImpl.java 564106 2007-08-09 06:02:51Z woonsan $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationModelImpl
public PortletApplicationModelImpl(String springConfig,
String validatorConfig)
setExternalSupport
public void setExternalSupport(Map map)
- Specified by:
setExternalSupport
in interface PortletApplicationModel
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init
in interface PortletApplicationModel
- Throws:
javax.portlet.PortletException
getModelBean
public ModelBean getModelBean(String view)
- Specified by:
getModelBean
in interface PortletApplicationModel
getTemplate
public String getTemplate(String view)
- Specified by:
getTemplate
in interface PortletApplicationModel
lookupBean
public Object lookupBean(ModelBean mb,
String key)
- Specified by:
lookupBean
in interface PortletApplicationModel
createBean
public Object createBean(ModelBean mb)
- Specified by:
createBean
in interface PortletApplicationModel
createPrefsBean
public Map createPrefsBean(ModelBean mb,
Map original)
- Specified by:
createPrefsBean
in interface PortletApplicationModel
validate
public Map validate(Object bean,
String view,
ResourceBundle bundle)
throws javax.portlet.PortletException
- Specified by:
validate
in interface PortletApplicationModel
- Throws:
javax.portlet.PortletException
getForward
public String getForward(String view,
String status)
- Specified by:
getForward
in interface PortletApplicationModel
getForward
public String getForward(String view)
- Specified by:
getForward
in interface PortletApplicationModel
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.