Package org.gatein.pc.api.state

Examples of org.gatein.pc.api.state.PropertyMap.clear()


      ParameterValidation.throwIllegalArgExceptionIfNull(propertyMap, "property map");

      PortletStateContext ctx = loadState(stateId);
      PortletState state = ctx.getState();
      PropertyMap props = state.getProperties();
      props.clear();
      props.putAll(propertyMap);
      updateStateContext(ctx);
   }

   public void destroyState(String stateId) throws InvalidStateIdException, NoSuchStateException
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.