com.day.cq.wcm.api
Interface LanguageManager.Info

Enclosing interface:
LanguageManager

public static interface LanguageManager.Info

Information about a resource in a language tree.


Method Summary
 boolean exists()
          Checks if the resource exists at the given path.
 String getPath()
          Returns the path
 boolean hasContent()
          Checks if the resource has content at the given path
 

Method Detail

getPath

String getPath()
Returns the path

Returns:
the path

exists

boolean exists()
Checks if the resource exists at the given path.

Returns:
true if the resource exists at the given path

hasContent

boolean hasContent()
Checks if the resource has content at the given path

Returns:
true if the resource has content at the given path


Copyright © 2008 Day Management AG. All Rights Reserved.