public final class LayoutUtils extends Object
Some of the logic behind Layout decisions can be a little involved, so we refactor it here.
Modifier and Type | Method and Description |
---|---|
static String |
stripSection(Map<String,String> attributes)
Strips the first section off the section attribute (if any).
|
public static String stripSection(Map<String,String> attributes)
attributes
- the attributes. If there is a section attribute, it will be modified to remove its
leftmost section (ie. 'foo' in 'foo,bar,baz')Copyright © 2015. All Rights Reserved.