Package com.enonic.xp.style
Class StyleDescriptor
- java.lang.Object
-
- com.enonic.xp.style.StyleDescriptor
-
public final class StyleDescriptor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StyleDescriptor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StyleDescriptor.Builder
create()
boolean
equals(java.lang.Object o)
ApplicationKey
getApplicationKey()
java.lang.String
getCssPath()
com.google.common.collect.ImmutableList<ElementStyle>
getElements()
int
hashCode()
static ResourceKey
toResourceKey(ApplicationKey key)
java.lang.String
toString()
-
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getCssPath
public java.lang.String getCssPath()
-
getElements
public com.google.common.collect.ImmutableList<ElementStyle> getElements()
-
toResourceKey
public static ResourceKey toResourceKey(ApplicationKey key)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
create
public static StyleDescriptor.Builder create()
-
-