Package fitnesse.responders.editing
Class NewPageResponder
- java.lang.Object
-
- fitnesse.responders.editing.NewPageResponder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_PAGE_CONTENT
static java.lang.String
DEFAULT_PAGE_CONTENT_PROPERTY
static java.lang.String
PAGE_TEMPLATE
static java.lang.String
PAGE_TYPE
static java.lang.String
PAGE_TYPES
-
Constructor Summary
Constructors Constructor Description NewPageResponder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultContent(WikiPage page)
SecureOperation
getSecureOperation()
Response
makeResponse(FitNesseContext context, Request request)
-
-
-
Field Detail
-
DEFAULT_PAGE_CONTENT_PROPERTY
public static final java.lang.String DEFAULT_PAGE_CONTENT_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_PAGE_CONTENT
public static final java.lang.String DEFAULT_PAGE_CONTENT
- See Also:
- Constant Field Values
-
PAGE_TEMPLATE
public static final java.lang.String PAGE_TEMPLATE
- See Also:
- Constant Field Values
-
PAGE_TYPE
public static final java.lang.String PAGE_TYPE
- See Also:
- Constant Field Values
-
PAGE_TYPES
public static final java.lang.String PAGE_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeResponse
public Response makeResponse(FitNesseContext context, Request request) throws java.lang.Exception
- Specified by:
makeResponse
in interfaceResponder
- Throws:
java.lang.Exception
-
getDefaultContent
public static java.lang.String getDefaultContent(WikiPage page)
-
getSecureOperation
public SecureOperation getSecureOperation()
-
-