Package org.jasig.portal.portlet.container

Examples of org.jasig.portal.portlet.container.FilterManagerImpl


  /* (non-Javadoc)
   * @see org.apache.pluto.container.FilterManagerService#getFilterManager(org.apache.pluto.container.PortletWindow, java.lang.String)
   */
  @Override
  public FilterManager getFilterManager(PortletWindow window, String lifeCycle) {
    FilterManagerImpl filterManager = new FilterManagerImpl(window, lifeCycle);
    return filterManager;
  }
View Full Code Here

TOP

Related Classes of org.jasig.portal.portlet.container.FilterManagerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.