org.hippoecm.hst.container
Class DefaultPortletRequestDispatcherImpl

java.lang.Object
  extended by org.hippoecm.hst.container.DefaultPortletRequestDispatcherImpl
All Implemented Interfaces:
HstPortletRequestDispatcherPathProvider

public class DefaultPortletRequestDispatcherImpl
extends Object
implements HstPortletRequestDispatcherPathProvider

DefaultPortletRequestDispatcherImpl

Version:
$Id: DefaultPortletRequestDispatcherImpl.java 21425 2010-01-27 18:35:17Z wko $

Constructor Summary
DefaultPortletRequestDispatcherImpl()
           
 
Method Summary
 void destroy()
           
 String getPathInfo(javax.portlet.PortletRequest request)
           
 String getServletPath(javax.portlet.PortletRequest request)
           
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPortletRequestDispatcherImpl

public DefaultPortletRequestDispatcherImpl()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Specified by:
init in interface HstPortletRequestDispatcherPathProvider
Throws:
javax.portlet.PortletException

getServletPath

public String getServletPath(javax.portlet.PortletRequest request)
                      throws javax.portlet.PortletException
Specified by:
getServletPath in interface HstPortletRequestDispatcherPathProvider
Throws:
javax.portlet.PortletException

getPathInfo

public String getPathInfo(javax.portlet.PortletRequest request)
                   throws javax.portlet.PortletException
Specified by:
getPathInfo in interface HstPortletRequestDispatcherPathProvider
Throws:
javax.portlet.PortletException

destroy

public void destroy()
Specified by:
destroy in interface HstPortletRequestDispatcherPathProvider


Copyright © 2008-2012 Hippo. All Rights Reserved.