org.springframework.extensions.webscripts
Class StatusTemplate

java.lang.Object
  extended by org.springframework.extensions.webscripts.StatusTemplate

public class StatusTemplate
extends Object

Status Template


Constructor Summary
StatusTemplate(String path, String format)
          Construct
 
Method Summary
 String getFormat()
          Gets template format
 String getPath()
          Gets template path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusTemplate

public StatusTemplate(String path,
                      String format)
Construct

Parameters:
path -
format -
Method Detail

getPath

public String getPath()
Gets template path

Returns:
path

getFormat

public String getFormat()
Gets template format

Returns:
format


Copyright © 2009 SpringSource, Inc. All Rights Reserved.