rootContext().delete();
}
public void resource( String currentSegment )
{
ObjectSelection objectSelection = ObjectSelection.current();
objectSelection.select( new File( "" ) );
if( instance == null )
{
objectSelection.select( instance = module.newTransient( TestComposite.class ) );
}
else
{
objectSelection.select( instance );
}
subResource( SubResource1.class );
}