org.jasig.schedassist.portlet
Interface IPortletScheduleVisitorFactory

All Known Implementing Classes:
DefaultPortletScheduleVisitorFactoryImpl

public interface IPortletScheduleVisitorFactory

Factory for IPortletScheduleVisitors.

Version:
$Id: IPortletScheduleVisitorFactory.java $
Author:
Nicholas Blair

Method Summary
 IPortletScheduleVisitor getPortletScheduleVisitor(javax.portlet.PortletRequest portletRequest)
          Implementations should never return null.
 

Method Detail

getPortletScheduleVisitor

IPortletScheduleVisitor getPortletScheduleVisitor(javax.portlet.PortletRequest portletRequest)
Implementations should never return null.

Parameters:
portletRequest -
Returns:
the IPortletScheduleVisitor associated with the request


Copyright © 2012 Jasig. All Rights Reserved.