org.wicketstuff.rest.utils.wicket
Class MethodParameterContext

java.lang.Object
  extended by org.wicketstuff.rest.utils.wicket.MethodParameterContext

public class MethodParameterContext
extends Object

Context execution for a method parameter. It contains the current Attribute wrapper, the value for method parameters and the object serial/deserial to use.

Author:
andrea del bene
See Also:
IWebSerialDeserial

Constructor Summary
MethodParameterContext(AttributesWrapper attributesWrapper, LinkedHashMap<String,String> pathParameters, IWebSerialDeserial serialDeserial)
           
 
Method Summary
 AttributesWrapper getAttributesWrapper()
           
 LinkedHashMap<String,String> getPathParameters()
           
 IWebSerialDeserial getSerialDeserial()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParameterContext

public MethodParameterContext(AttributesWrapper attributesWrapper,
                              LinkedHashMap<String,String> pathParameters,
                              IWebSerialDeserial serialDeserial)
Method Detail

getAttributesWrapper

public AttributesWrapper getAttributesWrapper()

getPathParameters

public LinkedHashMap<String,String> getPathParameters()

getSerialDeserial

public IWebSerialDeserial getSerialDeserial()


Copyright © 2013–2015. All rights reserved.