Package com.enonic.xp.region
Class RegionPath
- java.lang.Object
-
- com.enonic.xp.region.RegionPath
-
@PublicApi public final class RegionPath extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static RegionPathfrom(ComponentPath parentComponentPath, String regionName)static RegionPathfrom(String regionPath)ComponentPathgetParentComponentPath()StringgetRegionName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getParentComponentPath
public ComponentPath getParentComponentPath()
-
getRegionName
public String getRegionName()
-
from
public static RegionPath from(String regionPath)
-
from
public static RegionPath from(ComponentPath parentComponentPath, String regionName)
-
-