org.eclipse.webdav
Class Policy

java.lang.Object
  extended by org.eclipse.webdav.Policy

public class Policy
extends Object


Constructor Summary
Policy()
           
 
Method Summary
static String bind(String id)
          Lookup the message with the given ID in this catalog
static String bind(String id, String binding)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
static String bind(String id, String[] bindings)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
static String bind(String id, String binding1, String binding2)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Policy

public Policy()
Method Detail

bind

public static String bind(String id)
Lookup the message with the given ID in this catalog


bind

public static String bind(String id,
                          String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.


bind

public static String bind(String id,
                          String binding1,
                          String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.


bind

public static String bind(String id,
                          String[] bindings)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.