Java org.apache.wicket.util.resource IResourceStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.resource IResourceStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.resource IResourceStream.

The text is from its open source code.

Implementation

org.apache.wicket.util.resource.IResourceStream has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()
Closes the resource.
StringgetContentType()
Gets the mime type of this resource
InputStreamgetInputStream()
Gets the resource stream.
TimelastModifiedTime()
Gets the last time this modifiable thing changed.
Byteslength()
Gets the size of this resource
voidsetLocale(Locale locale)
This method shouldn't be used from the outside.
voidsetStyle(String style)
This method shouldn't be used from the outside.
voidsetVariation(String variation)
This method shouldn't be used from the outside.