|
|
|
@ -16,20 +16,18 @@ |
|
|
|
|
|
|
|
|
|
|
|
package org.springframework.mock.web.portlet; |
|
|
|
package org.springframework.mock.web.portlet; |
|
|
|
|
|
|
|
|
|
|
|
import java.io.IOException; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.Collections; |
|
|
|
import java.util.Collections; |
|
|
|
import java.util.HashMap; |
|
|
|
import java.util.HashMap; |
|
|
|
import java.util.Iterator; |
|
|
|
import java.util.Iterator; |
|
|
|
import java.util.LinkedHashMap; |
|
|
|
import java.util.LinkedHashMap; |
|
|
|
import java.util.Map; |
|
|
|
import java.util.Map; |
|
|
|
import javax.portlet.ActionResponse; |
|
|
|
|
|
|
|
import javax.portlet.PortalContext; |
|
|
|
import javax.portlet.PortalContext; |
|
|
|
import javax.portlet.PortletMode; |
|
|
|
import javax.portlet.PortletMode; |
|
|
|
import javax.portlet.PortletModeException; |
|
|
|
import javax.portlet.PortletModeException; |
|
|
|
|
|
|
|
import javax.portlet.StateAwareResponse; |
|
|
|
import javax.portlet.WindowState; |
|
|
|
import javax.portlet.WindowState; |
|
|
|
import javax.portlet.WindowStateException; |
|
|
|
import javax.portlet.WindowStateException; |
|
|
|
import javax.portlet.StateAwareResponse; |
|
|
|
|
|
|
|
import javax.xml.namespace.QName; |
|
|
|
import javax.xml.namespace.QName; |
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.util.Assert; |
|
|
|
import org.springframework.util.Assert; |
|
|
|
|