org.wicketstuff.rest.utils.wicket
Class AttributesWrapper

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

public class AttributesWrapper
extends Object

Utility class to extract and handle the information from class IResource.Attributes

Author:
andrea del bene

Constructor Summary
AttributesWrapper(IResource.Attributes attributes)
           
 
Method Summary
 HttpMethod getHttpMethod()
           
 IResource.Attributes getOriginalAttributes()
           
 PageParameters getPageParameters()
           
 WebRequest getWebRequest()
           
 WebResponse getWebResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesWrapper

public AttributesWrapper(IResource.Attributes attributes)
Method Detail

getOriginalAttributes

public IResource.Attributes getOriginalAttributes()

getWebResponse

public WebResponse getWebResponse()

getWebRequest

public WebRequest getWebRequest()

getPageParameters

public PageParameters getPageParameters()

getHttpMethod

public HttpMethod getHttpMethod()


Copyright © 2013–2014. All rights reserved.