Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.client.local.spi
Class LessStyleMapping

java.lang.Object
  extended by org.jboss.errai.ui.client.local.spi.LessStyleMapping

public abstract class LessStyleMapping
extends Object

Implementation of this class get created by the LessStyleGenerator and will create a mapping from the obfuscated selector names to the original ones.

Author:
edewit@redhat.com
See Also:
LessStyleGenerator

Field Summary
protected  Map<String,String> styleNameMapping
           
 
Constructor Summary
LessStyleMapping()
           
 
Method Summary
 String get(String styleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleNameMapping

protected Map<String,String> styleNameMapping
Constructor Detail

LessStyleMapping

public LessStyleMapping()
Method Detail

get

public String get(String styleName)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.