com.gentics.cr.util
Class PortletSuiteUtils

java.lang.Object
  extended by com.gentics.cr.util.PortletSuiteUtils

public class PortletSuiteUtils
extends Object

The Class PortletSuiteUtils. General purpose

 

Field Summary
private static String CONTENT_ID_REGEX_PATTERN
          The Constant CONTENT_ID_REGEX_PATTERN.
 
Constructor Summary
PortletSuiteUtils()
           
 
Method Summary
static boolean isContentId(String contentId)
          Checks if string is a content id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_ID_REGEX_PATTERN

private static final String CONTENT_ID_REGEX_PATTERN
The Constant CONTENT_ID_REGEX_PATTERN.

See Also:
Constant Field Values
Constructor Detail

PortletSuiteUtils

public PortletSuiteUtils()
Method Detail

isContentId

public static boolean isContentId(String contentId)
Checks if string is a content id. TODO: check if this basic method shouldn't be in some Gentics core classes

Parameters:
contentId - the content id
Returns:
true, if is content id


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.