Class RobotsTextPage
java.lang.Object
org.apache.hadoop.yarn.webapp.View
org.apache.hadoop.yarn.webapp.view.TextView
org.apache.hadoop.yarn.webapp.view.TextPage
org.apache.hadoop.yarn.webapp.view.RobotsTextPage
- All Implemented Interfaces:
Params
Simple class that renders a robot.txt page that disallows crawling.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.View
View.ViewContext -
Field Summary
FieldsFields inherited from interface org.apache.hadoop.yarn.webapp.Params
ERROR_DETAILS, TITLE, TITLE_LINK, USER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.webapp.view.TextView
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer
-
Field Details
-
ROBOTS_TXT
- See Also:
-
ROBOTS_TXT_PATH
- See Also:
-
-
Constructor Details
-
RobotsTextPage
public RobotsTextPage()
-
-
Method Details