Uses of Interface
org.apache.wsrp4j.consumer.app.SimplePortletWindowSession

Packages that use SimplePortletWindowSession
org.apache.wsrp4j.consumer.app.driver   
 

Uses of SimplePortletWindowSession in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement SimplePortletWindowSession
 class SimplePortletWindowSessionImpl
           
 

Fields in org.apache.wsrp4j.consumer.app.driver declared as SimplePortletWindowSession
private  SimplePortletWindowSession WSRPRequestImpl.windowSession
           
 

Methods in org.apache.wsrp4j.consumer.app.driver that return SimplePortletWindowSession
 SimplePortletWindowSession SwingConsumer.getSimplePortletWindowSession(WSRPPortlet portlet, java.lang.String portletInstanceKey)
           
 

Methods in org.apache.wsrp4j.consumer.app.driver with parameters of type SimplePortletWindowSession
private  java.lang.String AggregationImpl.addPortletFrame(java.lang.String content, WSRPPortlet portlet, SimplePortletWindowSession windowSession, java.lang.String title)
           
private  java.lang.String AggregationImpl.getPortletTitle(WSRPPortlet portlet, SimplePortletWindowSession windowSession)
          Get the title of an portlet instance depending on the window state from the portlet description.
private  java.lang.String AggregationImpl.getModeLink(java.lang.String name, java.lang.String md, WSRPPortlet portlet, SimplePortletWindowSession windowSession)
          Get a html link to switch the portlet in the portlet mode (md)
private  java.lang.String AggregationImpl.getView(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getEdit(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getHelp(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getPreview(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getStateLink(java.lang.String name, java.lang.String st, WSRPPortlet portlet, SimplePortletWindowSession windowSession)
          Get a html link to switch the portlet in the window state (st)
private  java.lang.String AggregationImpl.getSolo(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getMinimize(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getNormalize(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getMaximize(WSRPPortlet portlet, SimplePortletWindowSession session)
           
private  java.lang.String AggregationImpl.getMarkup(WSRPPortlet portlet, SimplePortletWindowSession windowSession, Request request)
          Retrieve the markup generated by the portlet
private  void SwingConsumer.integrateURLParameter(java.lang.String link, SimplePortletWindowSession windowSession)
          Process all parameters in a link
private  void SwingConsumer.performBlockingInteraction(WSRPPortlet portlet, SimplePortletWindowSession windowSession)
          Performs an blocking interaction with the given portlet and session.
 

Constructors in org.apache.wsrp4j.consumer.app.driver with parameters of type SimplePortletWindowSession
WSRPRequestImpl(SimplePortletWindowSession session, Request req, ConsumerEnvironment env)
           
 



--