Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class RobotsUtil

java.lang.Object
  extended by com.liferay.portal.util.RobotsUtil

public class RobotsUtil
extends Object


Constructor Summary
RobotsUtil()
           
 
Method Summary
static String getDefaultRobots()
           
static String getDefaultRobots(String virtualHost)
           
static String getRobots(LayoutSet layoutSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotsUtil

public RobotsUtil()
Method Detail

getDefaultRobots

public static String getDefaultRobots()

getDefaultRobots

public static String getDefaultRobots(String virtualHost)

getRobots

public static String getRobots(LayoutSet layoutSet)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3