org.sonatype.tests.http.server.jetty.behaviour
Class BehaviourHelper

java.lang.Object
  extended by org.sonatype.tests.http.server.jetty.behaviour.BehaviourHelper

public abstract class BehaviourHelper
extends Object

Author:
Benjamin Hanzelmann

Constructor Summary
BehaviourHelper()
           
 
Method Summary
static String content(String path)
           
static String firstPart(String path)
           
static String lastPart(String path)
           
static void setContent(String content, Map<Object,Object> ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviourHelper

public BehaviourHelper()
Method Detail

firstPart

public static String firstPart(String path)

lastPart

public static String lastPart(String path)

content

public static String content(String path)

setContent

public static void setContent(String content,
                              Map<Object,Object> ctx)
                       throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.