public class ExoStateConverter extends Object implements org.gatein.pc.portlet.state.StateConverter
| Constructor and Description |
|---|
ExoStateConverter() |
| Modifier and Type | Method and Description |
|---|---|
ExoPortletState |
marshall(org.gatein.pc.portlet.state.producer.PortletState state) |
<S extends Serializable> |
marshall(org.gatein.pc.api.PortletStateType<S> stateType,
org.gatein.pc.portlet.state.producer.PortletState state) |
org.gatein.pc.portlet.state.producer.PortletState |
unmarshall(ExoPortletState marshalledState) |
<S extends Serializable> |
unmarshall(org.gatein.pc.api.PortletStateType<S> stateType,
S marshalledState) |
public <S extends Serializable> S marshall(org.gatein.pc.api.PortletStateType<S> stateType, org.gatein.pc.portlet.state.producer.PortletState state) throws org.gatein.pc.portlet.state.StateConversionException, IllegalArgumentException
marshall in interface org.gatein.pc.portlet.state.StateConverterorg.gatein.pc.portlet.state.StateConversionExceptionIllegalArgumentExceptionpublic ExoPortletState marshall(org.gatein.pc.portlet.state.producer.PortletState state)
public <S extends Serializable> org.gatein.pc.portlet.state.producer.PortletState unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState) throws org.gatein.pc.portlet.state.StateConversionException, IllegalArgumentException
unmarshall in interface org.gatein.pc.portlet.state.StateConverterorg.gatein.pc.portlet.state.StateConversionExceptionIllegalArgumentExceptionpublic org.gatein.pc.portlet.state.producer.PortletState unmarshall(ExoPortletState marshalledState)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.