NetKernel APIs


com.ten60.netkernel.urii.fragment
Interface IFragmentor

All Superinterfaces:
IURComponent
All Known Implementing Classes:
NKFFragmentorImpl

public interface IFragmentor
extends IURComponent

A component of a module which can change a representation in such a way as to apply a URIs fragment specification


Method Summary
 IURRepresentation fragment(URRequest aRequest)
          Fragment the given Representation
 ModuleDefinition getModule()
           
 boolean matches(URRequest aRequest)
           
 
Methods inherited from interface com.ten60.netkernel.urii.IURComponent
destroy, initialise
 

Method Detail

getModule

public ModuleDefinition getModule()

matches

public boolean matches(URRequest aRequest)

fragment

public IURRepresentation fragment(URRequest aRequest)
                           throws NetKernelException
Fragment the given Representation

Parameters:
aRequest - the request which necessitated this fragmentation
Returns:
a fragmented representation
Throws:
NetKernelException - throw if the fragmentation fails for any reason

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.