Class EmoticonsStyleSheetResourceReference
- java.lang.Object
-
- org.apache.wicket.request.resource.ResourceReference
-
- org.apache.wicket.request.resource.PackageResourceReference
-
- org.apache.wicket.request.resource.CssResourceReference
-
- com.googlecode.wicket.jquery.ui.plugins.emoticons.resource.EmoticonsStyleSheetResourceReference
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public class EmoticonsStyleSheetResourceReference extends org.apache.wicket.request.resource.CssResourceReference
Provides the resource reference for the emoticons stylesheet.- Author:
- Sebastien Briquet - sebfz1
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.ResourceReference
org.apache.wicket.request.resource.ResourceReference.Key, org.apache.wicket.request.resource.ResourceReference.LambdaResourceReference, org.apache.wicket.request.resource.ResourceReference.UrlAttributes
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmoticonsStyleSheetResourceReference
get()
Gets the instance of the resource reference-
Methods inherited from class org.apache.wicket.request.resource.PackageResourceReference
getMinifiedName, getUrlAttributes, readBuffered, removeCompressFlagIfUnnecessary
-
-
-
-
Method Detail
-
get
public static EmoticonsStyleSheetResourceReference get()
Gets the instance of the resource reference- Returns:
- the single instance of the resource reference
-
-