org.apache.geronimo.gshell.clp.handler
Class UriHandler

java.lang.Object
  extended by org.apache.geronimo.gshell.clp.handler.Handler<URI>
      extended by org.apache.geronimo.gshell.clp.handler.UriHandler

public class UriHandler
extends Handler<URI>

Handler for file types.

Version:
$Rev: 576614 $ $Date: 2007-09-17 15:34:32 -0700 (Mon, 17 Sep 2007) $

Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.clp.handler.Handler
descriptor, setter
 
Constructor Summary
UriHandler(Descriptor desc, Setter<? super URI> setter)
           
 
Method Summary
 String getDefaultMetaVariable()
           
 int handle(Parameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriHandler

public UriHandler(Descriptor desc,
                  Setter<? super URI> setter)
Method Detail

handle

public int handle(Parameters params)
           throws ProcessingException
Specified by:
handle in class Handler<URI>
Throws:
ProcessingException

getDefaultMetaVariable

public String getDefaultMetaVariable()
Specified by:
getDefaultMetaVariable in class Handler<URI>


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.