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(org.apache.wicket.request.resource.IResource.Attributes attributes)
           
 
Method Summary
 HttpMethod getHttpMethod()
           
 org.apache.wicket.request.resource.IResource.Attributes getOriginalAttributes()
           
 org.apache.wicket.request.mapper.parameter.PageParameters getPageParameters()
           
 org.apache.wicket.request.http.WebRequest getWebRequest()
           
 org.apache.wicket.request.http.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(org.apache.wicket.request.resource.IResource.Attributes attributes)
Method Detail

getOriginalAttributes

public org.apache.wicket.request.resource.IResource.Attributes getOriginalAttributes()

getWebResponse

public org.apache.wicket.request.http.WebResponse getWebResponse()

getWebRequest

public org.apache.wicket.request.http.WebRequest getWebRequest()

getPageParameters

public org.apache.wicket.request.mapper.parameter.PageParameters getPageParameters()

getHttpMethod

public HttpMethod getHttpMethod()


Copyright © 2013–2015. All rights reserved.